Shades of Han Purple #3E0CDB
Tints of Han Purple #3E0CDB
RGB
CMYK
RGB Variations
Color information
#3E0CDB (or 0x3E0CDB) is known color: Han Purple. HEX triplet: 3E, 0C and DB. RGB value is (62,12,219). Sum of RGB (Red+Green+Blue) = 62+12+219=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0CDB is #C1F324. Grayscale: #313131. Windows color (decimal): -12710693 or 14355518. OLE color: 14355518.
HSL color Cylindrical-coordinate representation of color #3E0CDB: hue angle of 254.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0CDB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 12 | 219 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.14 |
| HSL | 254.49º | 0.9% | 0.45% | - |
| HSV(B) | 254.49º | 0.95% | 0.86% | - |
| XYZ | 14.9 | 6.4 | 67.47 | - |
| YUV | 50.55 | 223.07 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 219 | 0.72 | 0.95 | 0 | 0.14 | 254.49 | 0.9 | 0.45 |
| Hex | 3E | C | DB | 48 | 5F | 0 | E | FE | 5A | 2D |
| Octal | 76 | 14 | 333 | 110 | 137 | 0 | 16 | 376 | 132 | 55 |
| Binary | 111110 | 1100 | 11011011 | 1001000 | 1011111 | 0 | 1110 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3E0CDB
Complementary color
Monochromatic Colors of #3E0CDB
Black with #3E0CDB
Text Example
Text Example
White with #3E0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0CDB; }
p { color: rgb(62,12,219); }
H1.HeaderClassName
{
color: #3E0CDB;
}
.AnyTagClassName
{
color: #3E0CDB;
}
</style>
background-color css
<style>
a { background-color: #3E0CDB; }
a { background-color: rgb(62,12,219); }
div.DivClassName
{
background-color: #3E0CDB;
}
.BgClassName
{
background-color: #3E0CDB;
}
</style>
border-color css
<style>
span { border-color: #3E0CDB; }
span { border-color: rgb(62,12,219); }
td.TdClassName
{
border-color: #3E0CDB;
}
.TagClassName
{
border-color: #3E0CDB;
}
</style>