Shades of Han Purple #402ADC
Tints of Han Purple #402ADC
RGB
CMYK
RGB Variations
Color information
#402ADC (or 0x402ADC) is known color: Han Purple. HEX triplet: 40, 2A and DC. RGB value is (64,42,220). Sum of RGB (Red+Green+Blue) = 64+42+220=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #402ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ADC is #BFD523. Grayscale: #444444. Windows color (decimal): -12571940 or 14428736. OLE color: 14428736.
HSL color Cylindrical-coordinate representation of color #402ADC: hue angle of 247.42º degrees, saturation: 0.72, 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 #402ADC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 42 | 220 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.14 |
| HSL | 247.42º | 0.72% | 0.51% | - |
| HSV(B) | 247.42º | 0.81% | 0.86% | - |
| XYZ | 15.86 | 7.91 | 68.4 | - |
| YUV | 68.87 | 213.29 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 220 | 0.71 | 0.81 | 0 | 0.14 | 247.42 | 0.72 | 0.51 |
| Hex | 40 | 2A | DC | 47 | 51 | 0 | E | F7 | 48 | 33 |
| Octal | 100 | 52 | 334 | 107 | 121 | 0 | 16 | 367 | 110 | 63 |
| Binary | 1000000 | 101010 | 11011100 | 1000111 | 1010001 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #402ADC
Complementary color
Monochromatic Colors of #402ADC
Black with #402ADC
Text Example
Text Example
White with #402ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ADC; }
p { color: rgb(64,42,220); }
H1.HeaderClassName
{
color: #402ADC;
}
.AnyTagClassName
{
color: #402ADC;
}
</style>
background-color css
<style>
a { background-color: #402ADC; }
a { background-color: rgb(64,42,220); }
div.DivClassName
{
background-color: #402ADC;
}
.BgClassName
{
background-color: #402ADC;
}
</style>
border-color css
<style>
span { border-color: #402ADC; }
span { border-color: rgb(64,42,220); }
td.TdClassName
{
border-color: #402ADC;
}
.TagClassName
{
border-color: #402ADC;
}
</style>