Shades of Han Purple #3E06CE
Tints of Han Purple #3E06CE
RGB
CMYK
RGB Variations
Color information
#3E06CE (or 0x3E06CE) is known color: Han Purple. HEX triplet: 3E, 06 and CE. RGB value is (62,6,206). Sum of RGB (Red+Green+Blue) = 62+6+206=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06CE is #C1F931. Grayscale: #2C2C2C. Windows color (decimal): -12712242 or 13502014. OLE color: 13502014.
HSL color Cylindrical-coordinate representation of color #3E06CE: hue angle of 256.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06CE is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 6 | 206 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.19 |
| HSL | 256.8º | 0.94% | 0.42% | - |
| HSV(B) | 256.8º | 0.97% | 0.81% | - |
| XYZ | 13.19 | 5.61 | 58.78 | - |
| YUV | 45.54 | 218.55 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 206 | 0.70 | 0.97 | 0 | 0.19 | 256.8 | 0.94 | 0.42 |
| Hex | 3E | 6 | CE | 46 | 61 | 0 | 13 | 101 | 5E | 2A |
| Octal | 76 | 6 | 316 | 106 | 141 | 0 | 23 | 401 | 136 | 52 |
| Binary | 111110 | 110 | 11001110 | 1000110 | 1100001 | 0 | 10011 | 100000001 | 1011110 | 101010 |
Color Harmonies of #3E06CE
Complementary color
Monochromatic Colors of #3E06CE
Black with #3E06CE
Text Example
Text Example
White with #3E06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06CE; }
p { color: rgb(62,6,206); }
H1.HeaderClassName
{
color: #3E06CE;
}
.AnyTagClassName
{
color: #3E06CE;
}
</style>
background-color css
<style>
a { background-color: #3E06CE; }
a { background-color: rgb(62,6,206); }
div.DivClassName
{
background-color: #3E06CE;
}
.BgClassName
{
background-color: #3E06CE;
}
</style>
border-color css
<style>
span { border-color: #3E06CE; }
span { border-color: rgb(62,6,206); }
td.TdClassName
{
border-color: #3E06CE;
}
.TagClassName
{
border-color: #3E06CE;
}
</style>