Shades of Han Purple #402EDB
Tints of Han Purple #402EDB
RGB
CMYK
RGB Variations
Color information
#402EDB (or 0x402EDB) is known color: Han Purple. HEX triplet: 40, 2E and DB. RGB value is (64,46,219). Sum of RGB (Red+Green+Blue) = 64+46+219=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #402EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EDB is #BFD124. Grayscale: #464646. Windows color (decimal): -12570917 or 14364224. OLE color: 14364224.
HSL color Cylindrical-coordinate representation of color #402EDB: hue angle of 246.24º degrees, saturation: 0.71, 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 #402EDB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 46 | 219 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.14 |
| HSL | 246.24º | 0.71% | 0.52% | - |
| HSV(B) | 246.24º | 0.79% | 0.86% | - |
| XYZ | 15.88 | 8.16 | 67.76 | - |
| YUV | 71.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 219 | 0.71 | 0.79 | 0 | 0.14 | 246.24 | 0.71 | 0.52 |
| Hex | 40 | 2E | DB | 47 | 4F | 0 | E | F6 | 47 | 34 |
| Octal | 100 | 56 | 333 | 107 | 117 | 0 | 16 | 366 | 107 | 64 |
| Binary | 1000000 | 101110 | 11011011 | 1000111 | 1001111 | 0 | 1110 | 11110110 | 1000111 | 110100 |
Color Harmonies of #402EDB
Complementary color
Monochromatic Colors of #402EDB
Black with #402EDB
Text Example
Text Example
White with #402EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EDB; }
p { color: rgb(64,46,219); }
H1.HeaderClassName
{
color: #402EDB;
}
.AnyTagClassName
{
color: #402EDB;
}
</style>
background-color css
<style>
a { background-color: #402EDB; }
a { background-color: rgb(64,46,219); }
div.DivClassName
{
background-color: #402EDB;
}
.BgClassName
{
background-color: #402EDB;
}
</style>
border-color css
<style>
span { border-color: #402EDB; }
span { border-color: rgb(64,46,219); }
td.TdClassName
{
border-color: #402EDB;
}
.TagClassName
{
border-color: #402EDB;
}
</style>