#3307B6
A dark, vivid purple closely aligning with Mediumblue.
About #3307B6
The precise color #3307B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(51, 7, 182).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 72% cyan and 96% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#3307B6
RGB51, 7, 182
HSL255.1°, 92.6%, 37.1%
CMYK72%, 96%, 0%, 29%
HSV255.1°, 96.2%, 71.4%
LAB24.4, 60.9, -78.8
XYZ9.9, 4.2, 44.6
Decimal3344310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.37:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.87:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3307B6;
}
.text-color {
color: #3307B6;
}
.border-color {
border: 2px solid #3307B6;
}