Shades of Han Purple #3E04DD
Tints of Han Purple #3E04DD
RGB
CMYK
RGB Variations
Color information
#3E04DD (or 0x3E04DD) is known color: Han Purple. HEX triplet: 3E, 04 and DD. RGB value is (62,4,221). Sum of RGB (Red+Green+Blue) = 62+4+221=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E04DD is #C1FB22. Grayscale: #2D2D2D. Windows color (decimal): -12712739 or 14484542. OLE color: 14484542.
HSL color Cylindrical-coordinate representation of color #3E04DD: hue angle of 256.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E04DD is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 4 | 221 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.13 |
| HSL | 256.04º | 0.96% | 0.44% | - |
| HSV(B) | 256.04º | 0.98% | 0.87% | - |
| XYZ | 15.08 | 6.33 | 68.83 | - |
| YUV | 46.08 | 226.72 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 221 | 0.72 | 0.98 | 0 | 0.13 | 256.04 | 0.96 | 0.44 |
| Hex | 3E | 4 | DD | 48 | 62 | 0 | D | 100 | 60 | 2C |
| Octal | 76 | 4 | 335 | 110 | 142 | 0 | 15 | 400 | 140 | 54 |
| Binary | 111110 | 100 | 11011101 | 1001000 | 1100010 | 0 | 1101 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3E04DD
Complementary color
Monochromatic Colors of #3E04DD
Black with #3E04DD
Text Example
Text Example
White with #3E04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E04DD; }
p { color: rgb(62,4,221); }
H1.HeaderClassName
{
color: #3E04DD;
}
.AnyTagClassName
{
color: #3E04DD;
}
</style>
background-color css
<style>
a { background-color: #3E04DD; }
a { background-color: rgb(62,4,221); }
div.DivClassName
{
background-color: #3E04DD;
}
.BgClassName
{
background-color: #3E04DD;
}
</style>
border-color css
<style>
span { border-color: #3E04DD; }
span { border-color: rgb(62,4,221); }
td.TdClassName
{
border-color: #3E04DD;
}
.TagClassName
{
border-color: #3E04DD;
}
</style>