Shades of Han Purple #402ADE
Tints of Han Purple #402ADE
RGB
CMYK
RGB Variations
Color information
#402ADE (or 0x402ADE) is known color: Han Purple. HEX triplet: 40, 2A and DE. RGB value is (64,42,222). Sum of RGB (Red+Green+Blue) = 64+42+222=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #402ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ADE is #BFD521. Grayscale: #444444. Windows color (decimal): -12571938 or 14559808. OLE color: 14559808.
HSL color Cylindrical-coordinate representation of color #402ADE: hue angle of 247.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402ADE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 42 | 222 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.13 |
| HSL | 247.33º | 0.73% | 0.52% | - |
| HSV(B) | 247.33º | 0.81% | 0.87% | - |
| XYZ | 16.13 | 8.02 | 69.81 | - |
| YUV | 69.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 222 | 0.71 | 0.81 | 0 | 0.13 | 247.33 | 0.73 | 0.52 |
| Hex | 40 | 2A | DE | 47 | 51 | 0 | D | F7 | 49 | 34 |
| Octal | 100 | 52 | 336 | 107 | 121 | 0 | 15 | 367 | 111 | 64 |
| Binary | 1000000 | 101010 | 11011110 | 1000111 | 1010001 | 0 | 1101 | 11110111 | 1001001 | 110100 |
Color Harmonies of #402ADE
Complementary color
Monochromatic Colors of #402ADE
Black with #402ADE
Text Example
Text Example
White with #402ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ADE; }
p { color: rgb(64,42,222); }
H1.HeaderClassName
{
color: #402ADE;
}
.AnyTagClassName
{
color: #402ADE;
}
</style>
background-color css
<style>
a { background-color: #402ADE; }
a { background-color: rgb(64,42,222); }
div.DivClassName
{
background-color: #402ADE;
}
.BgClassName
{
background-color: #402ADE;
}
</style>
border-color css
<style>
span { border-color: #402ADE; }
span { border-color: rgb(64,42,222); }
td.TdClassName
{
border-color: #402ADE;
}
.TagClassName
{
border-color: #402ADE;
}
</style>