Shades of Han Purple #3E08DC
Tints of Han Purple #3E08DC
RGB
CMYK
RGB Variations
Color information
#3E08DC (or 0x3E08DC) is known color: Han Purple. HEX triplet: 3E, 08 and DC. RGB value is (62,8,220). Sum of RGB (Red+Green+Blue) = 62+8+220=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E08DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E08DC is #C1F723. Grayscale: #2F2F2F. Windows color (decimal): -12711716 or 14420030. OLE color: 14420030.
HSL color Cylindrical-coordinate representation of color #3E08DC: hue angle of 255.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E08DC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 8 | 220 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.14 |
| HSL | 255.28º | 0.93% | 0.45% | - |
| HSV(B) | 255.28º | 0.96% | 0.86% | - |
| XYZ | 14.99 | 6.37 | 68.15 | - |
| YUV | 48.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 220 | 0.72 | 0.96 | 0 | 0.14 | 255.28 | 0.93 | 0.45 |
| Hex | 3E | 8 | DC | 48 | 60 | 0 | E | FF | 5D | 2D |
| Octal | 76 | 10 | 334 | 110 | 140 | 0 | 16 | 377 | 135 | 55 |
| Binary | 111110 | 1000 | 11011100 | 1001000 | 1100000 | 0 | 1110 | 11111111 | 1011101 | 101101 |
Color Harmonies of #3E08DC
Complementary color
Monochromatic Colors of #3E08DC
Black with #3E08DC
Text Example
Text Example
White with #3E08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08DC; }
p { color: rgb(62,8,220); }
H1.HeaderClassName
{
color: #3E08DC;
}
.AnyTagClassName
{
color: #3E08DC;
}
</style>
background-color css
<style>
a { background-color: #3E08DC; }
a { background-color: rgb(62,8,220); }
div.DivClassName
{
background-color: #3E08DC;
}
.BgClassName
{
background-color: #3E08DC;
}
</style>
border-color css
<style>
span { border-color: #3E08DC; }
span { border-color: rgb(62,8,220); }
td.TdClassName
{
border-color: #3E08DC;
}
.TagClassName
{
border-color: #3E08DC;
}
</style>