#330083
A dark, vivid purple closely aligning with Navy.
About #330083
When working with digital screens, the color #330083 is rendered by mixing light. It is closely associated with the named CSS color Navy. This translates to an RGB value of rgb(51, 0, 131).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 61% C, 100% M, 0% Y, and 49% K. The HSL representation is 263.4° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330083
RGB51, 0, 131
HSL263.4°, 100.0%, 25.7%
CMYK61%, 100%, 0%, 49%
HSV263.4°, 100.0%, 51.4%
LAB17.2, 49.9, -59.5
XYZ5.5, 2.3, 21.6
Decimal3342467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.30:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.67:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330083;
}
.text-color {
color: #330083;
}
.border-color {
border: 2px solid #330083;
}