Shades of Han Purple #3E04DB
Tints of Han Purple #3E04DB
RGB
CMYK
RGB Variations
Color information
#3E04DB (or 0x3E04DB) is known color: Han Purple. HEX triplet: 3E, 04 and DB. RGB value is (62,4,219). Sum of RGB (Red+Green+Blue) = 62+4+219=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E04DB is #C1FB24. Grayscale: #2D2D2D. Windows color (decimal): -12712741 or 14353470. OLE color: 14353470.
HSL color Cylindrical-coordinate representation of color #3E04DB: hue angle of 256.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E04DB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 4 | 219 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.14 |
| HSL | 256.19º | 0.96% | 0.44% | - |
| HSV(B) | 256.19º | 0.98% | 0.86% | - |
| XYZ | 14.82 | 6.23 | 67.44 | - |
| YUV | 45.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 219 | 0.72 | 0.98 | 0 | 0.14 | 256.19 | 0.96 | 0.44 |
| Hex | 3E | 4 | DB | 48 | 62 | 0 | E | 100 | 60 | 2C |
| Octal | 76 | 4 | 333 | 110 | 142 | 0 | 16 | 400 | 140 | 54 |
| Binary | 111110 | 100 | 11011011 | 1001000 | 1100010 | 0 | 1110 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3E04DB
Complementary color
Monochromatic Colors of #3E04DB
Black with #3E04DB
Text Example
Text Example
White with #3E04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E04DB; }
p { color: rgb(62,4,219); }
H1.HeaderClassName
{
color: #3E04DB;
}
.AnyTagClassName
{
color: #3E04DB;
}
</style>
background-color css
<style>
a { background-color: #3E04DB; }
a { background-color: rgb(62,4,219); }
div.DivClassName
{
background-color: #3E04DB;
}
.BgClassName
{
background-color: #3E04DB;
}
</style>
border-color css
<style>
span { border-color: #3E04DB; }
span { border-color: rgb(62,4,219); }
td.TdClassName
{
border-color: #3E04DB;
}
.TagClassName
{
border-color: #3E04DB;
}
</style>