Shades of Han Purple #420FDB
Tints of Han Purple #420FDB
RGB
CMYK
RGB Variations
Color information
#420FDB (or 0x420FDB) is known color: Han Purple. HEX triplet: 42, 0F and DB. RGB value is (66,15,219). Sum of RGB (Red+Green+Blue) = 66+15+219=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #420FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FDB is #BDF024. Grayscale: #343434. Windows color (decimal): -12447781 or 14356290. OLE color: 14356290.
HSL color Cylindrical-coordinate representation of color #420FDB: hue angle of 255º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FDB is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 15 | 219 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.14 |
| HSL | 255º | 0.87% | 0.46% | - |
| HSV(B) | 255º | 0.93% | 0.86% | - |
| XYZ | 15.2 | 6.61 | 67.49 | - |
| YUV | 53.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 219 | 0.70 | 0.93 | 0 | 0.14 | 255 | 0.87 | 0.46 |
| Hex | 42 | F | DB | 46 | 5D | 0 | E | FF | 57 | 2E |
| Octal | 102 | 17 | 333 | 106 | 135 | 0 | 16 | 377 | 127 | 56 |
| Binary | 1000010 | 1111 | 11011011 | 1000110 | 1011101 | 0 | 1110 | 11111111 | 1010111 | 101110 |
Color Harmonies of #420FDB
Complementary color
Monochromatic Colors of #420FDB
Black with #420FDB
Text Example
Text Example
White with #420FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FDB; }
p { color: rgb(66,15,219); }
H1.HeaderClassName
{
color: #420FDB;
}
.AnyTagClassName
{
color: #420FDB;
}
</style>
background-color css
<style>
a { background-color: #420FDB; }
a { background-color: rgb(66,15,219); }
div.DivClassName
{
background-color: #420FDB;
}
.BgClassName
{
background-color: #420FDB;
}
</style>
border-color css
<style>
span { border-color: #420FDB; }
span { border-color: rgb(66,15,219); }
td.TdClassName
{
border-color: #420FDB;
}
.TagClassName
{
border-color: #420FDB;
}
</style>