Shades of Han Purple #402ADA
Tints of Han Purple #402ADA
RGB
CMYK
RGB Variations
Color information
#402ADA (or 0x402ADA) is known color: Han Purple. HEX triplet: 40, 2A and DA. RGB value is (64,42,218). Sum of RGB (Red+Green+Blue) = 64+42+218=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #402ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ADA is #BFD525. Grayscale: #434343. Windows color (decimal): -12571942 or 14297664. OLE color: 14297664.
HSL color Cylindrical-coordinate representation of color #402ADA: hue angle of 247.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402ADA is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 42 | 218 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.15 |
| HSL | 247.5º | 0.7% | 0.51% | - |
| HSV(B) | 247.5º | 0.81% | 0.85% | - |
| XYZ | 15.6 | 7.81 | 67.01 | - |
| YUV | 68.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 218 | 0.71 | 0.81 | 0 | 0.15 | 247.5 | 0.7 | 0.51 |
| Hex | 40 | 2A | DA | 47 | 51 | 0 | F | F8 | 46 | 33 |
| Octal | 100 | 52 | 332 | 107 | 121 | 0 | 17 | 370 | 106 | 63 |
| Binary | 1000000 | 101010 | 11011010 | 1000111 | 1010001 | 0 | 1111 | 11111000 | 1000110 | 110011 |
Color Harmonies of #402ADA
Complementary color
Monochromatic Colors of #402ADA
Black with #402ADA
Text Example
Text Example
White with #402ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ADA; }
p { color: rgb(64,42,218); }
H1.HeaderClassName
{
color: #402ADA;
}
.AnyTagClassName
{
color: #402ADA;
}
</style>
background-color css
<style>
a { background-color: #402ADA; }
a { background-color: rgb(64,42,218); }
div.DivClassName
{
background-color: #402ADA;
}
.BgClassName
{
background-color: #402ADA;
}
</style>
border-color css
<style>
span { border-color: #402ADA; }
span { border-color: rgb(64,42,218); }
td.TdClassName
{
border-color: #402ADA;
}
.TagClassName
{
border-color: #402ADA;
}
</style>