Shades of Han Purple #3E0BCC
Tints of Han Purple #3E0BCC
RGB
CMYK
RGB Variations
Color information
#3E0BCC (or 0x3E0BCC) is known color: Han Purple. HEX triplet: 3E, 0B and CC. RGB value is (62,11,204). Sum of RGB (Red+Green+Blue) = 62+11+204=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0BCC is #C1F433. Grayscale: #2F2F2F. Windows color (decimal): -12710964 or 13372222. OLE color: 13372222.
HSL color Cylindrical-coordinate representation of color #3E0BCC: hue angle of 255.85º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0BCC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 11 | 204 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.2 |
| HSL | 255.85º | 0.9% | 0.42% | - |
| HSV(B) | 255.85º | 0.95% | 0.8% | - |
| XYZ | 13.01 | 5.62 | 57.53 | - |
| YUV | 48.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 204 | 0.70 | 0.95 | 0 | 0.2 | 255.85 | 0.9 | 0.42 |
| Hex | 3E | B | CC | 46 | 5F | 0 | 14 | 100 | 5A | 2A |
| Octal | 76 | 13 | 314 | 106 | 137 | 0 | 24 | 400 | 132 | 52 |
| Binary | 111110 | 1011 | 11001100 | 1000110 | 1011111 | 0 | 10100 | 100000000 | 1011010 | 101010 |
Color Harmonies of #3E0BCC
Complementary color
Monochromatic Colors of #3E0BCC
Black with #3E0BCC
Text Example
Text Example
White with #3E0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0BCC; }
p { color: rgb(62,11,204); }
H1.HeaderClassName
{
color: #3E0BCC;
}
.AnyTagClassName
{
color: #3E0BCC;
}
</style>
background-color css
<style>
a { background-color: #3E0BCC; }
a { background-color: rgb(62,11,204); }
div.DivClassName
{
background-color: #3E0BCC;
}
.BgClassName
{
background-color: #3E0BCC;
}
</style>
border-color css
<style>
span { border-color: #3E0BCC; }
span { border-color: rgb(62,11,204); }
td.TdClassName
{
border-color: #3E0BCC;
}
.TagClassName
{
border-color: #3E0BCC;
}
</style>