#330F8A
A dark, vivid purple closely aligning with Indigo.
About #330F8A
At its core, #330F8A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(51, 15, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 63% cyan and 89% magenta inks. The HSL representation is 257.6° hue, 80.4% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330F8A
RGB51, 15, 138
HSL257.6°, 80.4%, 30.0%
CMYK63%, 89%, 0%, 46%
HSV257.6°, 89.1%, 54.1%
LAB19.6, 47.2, -60.0
XYZ6.1, 2.9, 24.3
Decimal3346314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.32:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.73:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F8A;
}
.text-color {
color: #330F8A;
}
.border-color {
border: 2px solid #330F8A;
}