Shades of Han Purple #402FDB
Tints of Han Purple #402FDB
RGB
CMYK
RGB Variations
Color information
#402FDB (or 0x402FDB) is known color: Han Purple. HEX triplet: 40, 2F and DB. RGB value is (64,47,219). Sum of RGB (Red+Green+Blue) = 64+47+219=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #402FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FDB is #BFD024. Grayscale: #474747. Windows color (decimal): -12570661 or 14364480. OLE color: 14364480.
HSL color Cylindrical-coordinate representation of color #402FDB: hue angle of 245.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402FDB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 47 | 219 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.14 |
| HSL | 245.93º | 0.7% | 0.52% | - |
| HSV(B) | 245.93º | 0.79% | 0.86% | - |
| XYZ | 15.92 | 8.24 | 67.77 | - |
| YUV | 71.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 219 | 0.71 | 0.79 | 0 | 0.14 | 245.93 | 0.7 | 0.52 |
| Hex | 40 | 2F | DB | 47 | 4F | 0 | E | F6 | 46 | 34 |
| Octal | 100 | 57 | 333 | 107 | 117 | 0 | 16 | 366 | 106 | 64 |
| Binary | 1000000 | 101111 | 11011011 | 1000111 | 1001111 | 0 | 1110 | 11110110 | 1000110 | 110100 |
Color Harmonies of #402FDB
Complementary color
Monochromatic Colors of #402FDB
Black with #402FDB
Text Example
Text Example
White with #402FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FDB; }
p { color: rgb(64,47,219); }
H1.HeaderClassName
{
color: #402FDB;
}
.AnyTagClassName
{
color: #402FDB;
}
</style>
background-color css
<style>
a { background-color: #402FDB; }
a { background-color: rgb(64,47,219); }
div.DivClassName
{
background-color: #402FDB;
}
.BgClassName
{
background-color: #402FDB;
}
</style>
border-color css
<style>
span { border-color: #402FDB; }
span { border-color: rgb(64,47,219); }
td.TdClassName
{
border-color: #402FDB;
}
.TagClassName
{
border-color: #402FDB;
}
</style>