Analyzing colors...
Find perceptually similar colors using CIELAB distance
Analyzing colors...
RGB is an additive color model used in digital displays. Colors are created by combining red, green, and blue light at different intensities (0-255 each). This system is device-dependent and doesn't represent how humans perceive color.
HSL represents colors in a more intuitive way: Hue (0-360°), Saturation (0-100%), and Lightness (0-100%). It's easier to understand but still device-dependent and doesn't account for human color perception.
This is what our galaxy uses! LAB is a perceptually uniform color space designed to match human vision. L* represents lightness (0-100), a* represents green-red axis (-128 to +127), and b* represents blue-yellow axis (-128 to +127). Colors that appear equally different to humans have similar distances in LAB space.
CMYK is a subtractive color model used in printing. Colors are created by subtracting light using cyan, magenta, yellow, and black inks. This system is optimized for physical media and has a smaller color gamut than RGB.
LAB is perfect for 3D color visualization because:
In this visualization, each planet represents a color positioned in 3D space:
When you click a planet to make it the sun, all other planets reposition based on their LAB distance from the new sun color. This creates a true 3D representation of color relationships!
Our galaxy uses advanced 3D graphics and color science:
Understanding how humans perceive color is crucial for effective visualization:
LAB color space was specifically designed to account for these perceptual factors, making it ideal for color visualization and analysis.