Shades of Han Purple #402DE8
Tints of Han Purple #402DE8
RGB
CMYK
RGB Variations
Color information
#402DE8 (or 0x402DE8) is known color: Han Purple. HEX triplet: 40, 2D and E8. RGB value is (64,45,232). Sum of RGB (Red+Green+Blue) = 64+45+232=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 232 (91.02% from 255 or 68.04% from 341); Max value from RGB is 232 - color contains mainly: blue. Hex color #402DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DE8 is #BFD217. Grayscale: #474747. Windows color (decimal): -12571160 or 15215936. OLE color: 15215936.
HSL color Cylindrical-coordinate representation of color #402DE8: hue angle of 246.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402DE8 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 45 | 232 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.09 |
| HSL | 246.1º | 0.8% | 0.54% | - |
| HSV(B) | 246.1º | 0.81% | 0.91% | - |
| XYZ | 17.62 | 8.79 | 77.11 | - |
| YUV | 72 | 218.29 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 232 | 0.72 | 0.81 | 0 | 0.09 | 246.1 | 0.8 | 0.54 |
| Hex | 40 | 2D | E8 | 48 | 51 | 0 | 9 | F6 | 50 | 36 |
| Octal | 100 | 55 | 350 | 110 | 121 | 0 | 11 | 366 | 120 | 66 |
| Binary | 1000000 | 101101 | 11101000 | 1001000 | 1010001 | 0 | 1001 | 11110110 | 1010000 | 110110 |
Color Harmonies of #402DE8
Complementary color
Monochromatic Colors of #402DE8
Black with #402DE8
Text Example
Text Example
White with #402DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DE8; }
p { color: rgb(64,45,232); }
H1.HeaderClassName
{
color: #402DE8;
}
.AnyTagClassName
{
color: #402DE8;
}
</style>
background-color css
<style>
a { background-color: #402DE8; }
a { background-color: rgb(64,45,232); }
div.DivClassName
{
background-color: #402DE8;
}
.BgClassName
{
background-color: #402DE8;
}
</style>
border-color css
<style>
span { border-color: #402DE8; }
span { border-color: rgb(64,45,232); }
td.TdClassName
{
border-color: #402DE8;
}
.TagClassName
{
border-color: #402DE8;
}
</style>