Shades of Han Purple #402ADB
Tints of Han Purple #402ADB
RGB
CMYK
RGB Variations
Color information
#402ADB (or 0x402ADB) is known color: Han Purple. HEX triplet: 40, 2A and DB. RGB value is (64,42,219). Sum of RGB (Red+Green+Blue) = 64+42+219=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #402ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ADB is #BFD524. Grayscale: #444444. Windows color (decimal): -12571941 or 14363200. OLE color: 14363200.
HSL color Cylindrical-coordinate representation of color #402ADB: hue angle of 247.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402ADB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 42 | 219 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.14 |
| HSL | 247.46º | 0.71% | 0.51% | - |
| HSV(B) | 247.46º | 0.81% | 0.86% | - |
| XYZ | 15.73 | 7.86 | 67.71 | - |
| YUV | 68.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 219 | 0.71 | 0.81 | 0 | 0.14 | 247.46 | 0.71 | 0.51 |
| Hex | 40 | 2A | DB | 47 | 51 | 0 | E | F7 | 47 | 33 |
| Octal | 100 | 52 | 333 | 107 | 121 | 0 | 16 | 367 | 107 | 63 |
| Binary | 1000000 | 101010 | 11011011 | 1000111 | 1010001 | 0 | 1110 | 11110111 | 1000111 | 110011 |
Color Harmonies of #402ADB
Complementary color
Monochromatic Colors of #402ADB
Black with #402ADB
Text Example
Text Example
White with #402ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ADB; }
p { color: rgb(64,42,219); }
H1.HeaderClassName
{
color: #402ADB;
}
.AnyTagClassName
{
color: #402ADB;
}
</style>
background-color css
<style>
a { background-color: #402ADB; }
a { background-color: rgb(64,42,219); }
div.DivClassName
{
background-color: #402ADB;
}
.BgClassName
{
background-color: #402ADB;
}
</style>
border-color css
<style>
span { border-color: #402ADB; }
span { border-color: rgb(64,42,219); }
td.TdClassName
{
border-color: #402ADB;
}
.TagClassName
{
border-color: #402ADB;
}
</style>