#330FA0
A dark, vivid blue closely aligning with Darkblue.
About #330FA0
At its core, #330FA0 is a dark and vivid hue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(51, 15, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 91% magenta, 0% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#330FA0
RGB51, 15, 160
HSL254.9°, 82.9%, 34.3%
CMYK68%, 91%, 0%, 37%
HSV254.9°, 90.6%, 62.7%
LAB22.2, 53.2, -69.1
XYZ7.9, 3.6, 33.5
Decimal3346336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.23:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.69:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FA0;
}
.text-color {
color: #330FA0;
}
.border-color {
border: 2px solid #330FA0;
}