Shades of Han Purple #3E06CC
Tints of Han Purple #3E06CC
RGB
CMYK
RGB Variations
Color information
#3E06CC (or 0x3E06CC) is known color: Han Purple. HEX triplet: 3E, 06 and CC. RGB value is (62,6,204). Sum of RGB (Red+Green+Blue) = 62+6+204=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E06CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06CC is #C1F933. Grayscale: #2C2C2C. Windows color (decimal): -12712244 or 13370942. OLE color: 13370942.
HSL color Cylindrical-coordinate representation of color #3E06CC: hue angle of 256.97º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06CC is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 6 | 204 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.2 |
| HSL | 256.97º | 0.94% | 0.41% | - |
| HSV(B) | 256.97º | 0.97% | 0.8% | - |
| XYZ | 12.95 | 5.51 | 57.51 | - |
| YUV | 45.32 | 217.55 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 204 | 0.70 | 0.97 | 0 | 0.2 | 256.97 | 0.94 | 0.41 |
| Hex | 3E | 6 | CC | 46 | 61 | 0 | 14 | 101 | 5E | 29 |
| Octal | 76 | 6 | 314 | 106 | 141 | 0 | 24 | 401 | 136 | 51 |
| Binary | 111110 | 110 | 11001100 | 1000110 | 1100001 | 0 | 10100 | 100000001 | 1011110 | 101001 |
Color Harmonies of #3E06CC
Complementary color
Monochromatic Colors of #3E06CC
Black with #3E06CC
Text Example
Text Example
White with #3E06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06CC; }
p { color: rgb(62,6,204); }
H1.HeaderClassName
{
color: #3E06CC;
}
.AnyTagClassName
{
color: #3E06CC;
}
</style>
background-color css
<style>
a { background-color: #3E06CC; }
a { background-color: rgb(62,6,204); }
div.DivClassName
{
background-color: #3E06CC;
}
.BgClassName
{
background-color: #3E06CC;
}
</style>
border-color css
<style>
span { border-color: #3E06CC; }
span { border-color: rgb(62,6,204); }
td.TdClassName
{
border-color: #3E06CC;
}
.TagClassName
{
border-color: #3E06CC;
}
</style>