Shades of Han Purple #402EE9
Tints of Han Purple #402EE9
RGB
CMYK
RGB Variations
Color information
#402EE9 (or 0x402EE9) is known color: Han Purple. HEX triplet: 40, 2E and E9. RGB value is (64,46,233). Sum of RGB (Red+Green+Blue) = 64+46+233=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 233 (91.41% from 255 or 67.93% from 343); Max value from RGB is 233 - color contains mainly: blue. Hex color #402EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EE9 is #BFD116. Grayscale: #474747. Windows color (decimal): -12570903 or 15281728. OLE color: 15281728.
HSL color Cylindrical-coordinate representation of color #402EE9: hue angle of 245.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402EE9 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 46 | 233 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.09 |
| HSL | 245.78º | 0.81% | 0.55% | - |
| HSV(B) | 245.78º | 0.8% | 0.91% | - |
| XYZ | 17.8 | 8.93 | 77.88 | - |
| YUV | 72.7 | 218.46 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 233 | 0.73 | 0.80 | 0 | 0.09 | 245.78 | 0.81 | 0.55 |
| Hex | 40 | 2E | E9 | 49 | 50 | 0 | 9 | F6 | 51 | 37 |
| Octal | 100 | 56 | 351 | 111 | 120 | 0 | 11 | 366 | 121 | 67 |
| Binary | 1000000 | 101110 | 11101001 | 1001001 | 1010000 | 0 | 1001 | 11110110 | 1010001 | 110111 |
Color Harmonies of #402EE9
Complementary color
Monochromatic Colors of #402EE9
Black with #402EE9
Text Example
Text Example
White with #402EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EE9; }
p { color: rgb(64,46,233); }
H1.HeaderClassName
{
color: #402EE9;
}
.AnyTagClassName
{
color: #402EE9;
}
</style>
background-color css
<style>
a { background-color: #402EE9; }
a { background-color: rgb(64,46,233); }
div.DivClassName
{
background-color: #402EE9;
}
.BgClassName
{
background-color: #402EE9;
}
</style>
border-color css
<style>
span { border-color: #402EE9; }
span { border-color: rgb(64,46,233); }
td.TdClassName
{
border-color: #402EE9;
}
.TagClassName
{
border-color: #402EE9;
}
</style>