imathis / hsl-picker

A most excellent HSL color picker

Home Page:http://hslpicker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hsla(1, 1%, 1%, 1) gives rgba(3, 3, 3, 1), but rgba(3, 3, 3, 1) gives hsla(0, 0%, 1%, 1)

bfontaine opened this issue · comments

  1. Change the HSLA value to hsla(1, 1%, 1%, 1)
  2. The RGBA value changes to rgba(3, 3, 3, 1)
  3. Change the RGBA to another value, then change it back to rgba(3, 3, 3, 1)
  4. The HSLA value changes to hsla(0, 0%, 1%, 1)

Any idea why hsla(1, 1%, 1%, 1)rgba(3, 3, 3, 1)hsla(0, 0%, 1%, 1)?