Shades of Han Purple #3E14DB
Tints of Han Purple #3E14DB
RGB
CMYK
RGB Variations
Color information
#3E14DB (or 0x3E14DB) is known color: Han Purple. HEX triplet: 3E, 14 and DB. RGB value is (62,20,219). Sum of RGB (Red+Green+Blue) = 62+20+219=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E14DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14DB is #C1EB24. Grayscale: #363636. Windows color (decimal): -12708645 or 14357566. OLE color: 14357566.
HSL color Cylindrical-coordinate representation of color #3E14DB: hue angle of 252.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E14DB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 20 | 219 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.14 |
| HSL | 252.66º | 0.83% | 0.47% | - |
| HSV(B) | 252.66º | 0.91% | 0.86% | - |
| XYZ | 15.02 | 6.64 | 67.51 | - |
| YUV | 55.24 | 220.41 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 219 | 0.72 | 0.91 | 0 | 0.14 | 252.66 | 0.83 | 0.47 |
| Hex | 3E | 14 | DB | 48 | 5B | 0 | E | FD | 53 | 2F |
| Octal | 76 | 24 | 333 | 110 | 133 | 0 | 16 | 375 | 123 | 57 |
| Binary | 111110 | 10100 | 11011011 | 1001000 | 1011011 | 0 | 1110 | 11111101 | 1010011 | 101111 |
Color Harmonies of #3E14DB
Complementary color
Monochromatic Colors of #3E14DB
Black with #3E14DB
Text Example
Text Example
White with #3E14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E14DB; }
p { color: rgb(62,20,219); }
H1.HeaderClassName
{
color: #3E14DB;
}
.AnyTagClassName
{
color: #3E14DB;
}
</style>
background-color css
<style>
a { background-color: #3E14DB; }
a { background-color: rgb(62,20,219); }
div.DivClassName
{
background-color: #3E14DB;
}
.BgClassName
{
background-color: #3E14DB;
}
</style>
border-color css
<style>
span { border-color: #3E14DB; }
span { border-color: rgb(62,20,219); }
td.TdClassName
{
border-color: #3E14DB;
}
.TagClassName
{
border-color: #3E14DB;
}
</style>