#501683
A dark, vivid purple closely aligning with Indigo.
About #501683
Visually, #501683 is defined as a vivid purple. Its closest recognized web color is Indigo. This translates to an RGB value of rgb(80, 22, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 83% Magenta, 0% Yellow, and 49% Black. With a hue angle of 271.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#501683
RGB80, 22, 131
HSL271.9°, 71.2%, 30.0%
CMYK39%, 83%, 0%, 49%
HSV271.9°, 83.2%, 51.4%
LAB23.4, 46.5, -49.1
XYZ7.7, 3.9, 21.8
Decimal5248643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.77:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.25:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501683;
}
.text-color {
color: #501683;
}
.border-color {
border: 2px solid #501683;
}