#330F42
A very dark, moderate purple closely aligning with Darkslateblue.
About #330F42
At its core, #330F42 is a very dark and moderate hue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(51, 15, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 77% Magenta, 0% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#330F42
RGB51, 15, 66
HSL282.4°, 63.0%, 15.9%
CMYK23%, 77%, 0%, 74%
HSV282.4°, 77.3%, 25.9%
LAB12.2, 27.5, -24.4
XYZ2.5, 1.4, 5.3
Decimal3346242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.31:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.59:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F42;
}
.text-color {
color: #330F42;
}
.border-color {
border: 2px solid #330F42;
}