Shades of Han Purple #3E08EC
Tints of Han Purple #3E08EC
RGB
CMYK
RGB Variations
Color information
#3E08EC (or 0x3E08EC) is known color: Han Purple. HEX triplet: 3E, 08 and EC. RGB value is (62,8,236). Sum of RGB (Red+Green+Blue) = 62+8+236=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #3E08EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E08EC is #C1F713. Grayscale: #313131. Windows color (decimal): -12711700 or 15468606. OLE color: 15468606.
HSL color Cylindrical-coordinate representation of color #3E08EC: hue angle of 254.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E08EC is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 8 | 236 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.07 |
| HSL | 254.21º | 0.93% | 0.48% | - |
| HSV(B) | 254.21º | 0.97% | 0.93% | - |
| XYZ | 17.21 | 7.25 | 79.85 | - |
| YUV | 50.14 | 232.89 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 236 | 0.74 | 0.97 | 0 | 0.07 | 254.21 | 0.93 | 0.48 |
| Hex | 3E | 8 | EC | 4A | 61 | 0 | 7 | FE | 5D | 30 |
| Octal | 76 | 10 | 354 | 112 | 141 | 0 | 7 | 376 | 135 | 60 |
| Binary | 111110 | 1000 | 11101100 | 1001010 | 1100001 | 0 | 111 | 11111110 | 1011101 | 110000 |
Color Harmonies of #3E08EC
Complementary color
Monochromatic Colors of #3E08EC
Black with #3E08EC
Text Example
Text Example
White with #3E08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08EC; }
p { color: rgb(62,8,236); }
H1.HeaderClassName
{
color: #3E08EC;
}
.AnyTagClassName
{
color: #3E08EC;
}
</style>
background-color css
<style>
a { background-color: #3E08EC; }
a { background-color: rgb(62,8,236); }
div.DivClassName
{
background-color: #3E08EC;
}
.BgClassName
{
background-color: #3E08EC;
}
</style>
border-color css
<style>
span { border-color: #3E08EC; }
span { border-color: rgb(62,8,236); }
td.TdClassName
{
border-color: #3E08EC;
}
.TagClassName
{
border-color: #3E08EC;
}
</style>