Shades of Han Purple #402CE8
Tints of Han Purple #402CE8
RGB
CMYK
RGB Variations
Color information
#402CE8 (or 0x402CE8) is known color: Han Purple. HEX triplet: 40, 2C and E8. RGB value is (64,44,232). Sum of RGB (Red+Green+Blue) = 64+44+232=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #402CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CE8 is #BFD317. Grayscale: #464646. Windows color (decimal): -12571416 or 15215680. OLE color: 15215680.
HSL color Cylindrical-coordinate representation of color #402CE8: hue angle of 246.38º 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 #402CE8 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 44 | 232 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.09 |
| HSL | 246.38º | 0.8% | 0.54% | - |
| HSV(B) | 246.38º | 0.81% | 0.91% | - |
| XYZ | 17.58 | 8.72 | 77.1 | - |
| YUV | 71.41 | 218.63 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 232 | 0.72 | 0.81 | 0 | 0.09 | 246.38 | 0.8 | 0.54 |
| Hex | 40 | 2C | E8 | 48 | 51 | 0 | 9 | F6 | 50 | 36 |
| Octal | 100 | 54 | 350 | 110 | 121 | 0 | 11 | 366 | 120 | 66 |
| Binary | 1000000 | 101100 | 11101000 | 1001000 | 1010001 | 0 | 1001 | 11110110 | 1010000 | 110110 |
Color Harmonies of #402CE8
Complementary color
Monochromatic Colors of #402CE8
Black with #402CE8
Text Example
Text Example
White with #402CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CE8; }
p { color: rgb(64,44,232); }
H1.HeaderClassName
{
color: #402CE8;
}
.AnyTagClassName
{
color: #402CE8;
}
</style>
background-color css
<style>
a { background-color: #402CE8; }
a { background-color: rgb(64,44,232); }
div.DivClassName
{
background-color: #402CE8;
}
.BgClassName
{
background-color: #402CE8;
}
</style>
border-color css
<style>
span { border-color: #402CE8; }
span { border-color: rgb(64,44,232); }
td.TdClassName
{
border-color: #402CE8;
}
.TagClassName
{
border-color: #402CE8;
}
</style>