#500F92
A dark, vivid purple closely aligning with Indigo.
About #500F92
Visually, #500F92 is defined as a vivid purple. Its closest recognized web color is Indigo. Its digital footprint relies on 80 parts red, 15 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 45% cyan, 90% magenta, 0% yellow, and 43% black. The HSL representation is 269.8° hue, 81.4% saturation, and 31.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#500F92
RGB80, 15, 146
HSL269.8°, 81.4%, 31.6%
CMYK45%, 90%, 0%, 43%
HSV269.8°, 89.7%, 57.3%
LAB24.1, 52.3, -57.4
XYZ8.7, 4.1, 27.5
Decimal5246866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.51:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.00:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #500F92;
}
.text-color {
color: #500F92;
}
.border-color {
border: 2px solid #500F92;
}