Remix.run Logo
parpfish 3 hours ago

I've got a color question that I need some opinions on:

When I look at the green/blue boundary region on an HSV color wheel like the ones in this S/O thread [0], it appears as a white un-saturated region.

If I look at similar layouts in other colorspaces (e.g., something perceptually uniform like Lab) I don't generally see this white patch.

My question is: - I'm colorblind. Do other people also see a white patch there? - If this is a genuine problem with HSV, is there an explanation for why there's a hue angle that is unsaruated regardless of S value?

[0] https://stackoverflow.com/questions/62531754/how-to-draw-a-h...

ramonaisonline 2 hours ago | parent | next [-]

The boundary regions at 3:00, 7:00, and 11:00 are composite colors that have ~2x the brightness compared to the primary colors of red, green, and blue. For someone without a color vision deficiency, they appear brighter than surrounding colors, but the saturation really only varies with distance from the center. For example, to me, the point at 3:00 on the edge of the circle is the peak of a "ridge" in brightness, but appears as a very saturated teal.

I have a colorblindness simulator on my computer called Sim Daltonism and when I use that on the color wheel, it does indeed appear to have white, desaturated lines radiating from the center at those three angles. In the simulator, the one at 11:00 is the strongest, followed by 3:00, and the 7:00 one is faintest. My hunch is that the perceptually uniform color space samples you're looking at have more uniform brightness, so those boundaries blend in to the surrounding colors better. They look nicer to me too -- they still represent saturated, composite colors like teal, but just at a pleasant, harmonious brightness. It's very interesting to compare perception!

ok_computer 3 hours ago | parent | prev | next [-]

Don’t use hsv color wheel to intuit color space. CIE x,y $year_standard is superior to view color space and understand the tricolor values Z = f(X,Y) in every way.

https://en.wikipedia.org/wiki/CIE_1931_color_space

I think the bands you’re referring to are an artifact.

kasey_junk 3 hours ago | parent | prev [-]

I’m not color blind and see a white barrier between 3 sections(it looks like a 3 piece pie) with lines at the green/blue red/blue and green/yellow boundaries.

No idea why

seba_dos1 2 hours ago | parent [-]

> I'm not color blind

Well... uhm, you may want to verify that claim.