Shades of Han Purple #402EE7
Tints of Han Purple #402EE7
RGB
CMYK
RGB Variations
Color information
#402EE7 (or 0x402EE7) is known color: Han Purple. HEX triplet: 40, 2E and E7. RGB value is (64,46,231). Sum of RGB (Red+Green+Blue) = 64+46+231=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #402EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402EE7 is #BFD118. Grayscale: #474747. Windows color (decimal): -12570905 or 15150656. OLE color: 15150656.
HSL color Cylindrical-coordinate representation of color #402EE7: hue angle of 245.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402EE7 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 46 | 231 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.09 |
| HSL | 245.84º | 0.79% | 0.54% | - |
| HSV(B) | 245.84º | 0.8% | 0.91% | - |
| XYZ | 17.52 | 8.81 | 76.38 | - |
| YUV | 72.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 231 | 0.72 | 0.80 | 0 | 0.09 | 245.84 | 0.79 | 0.54 |
| Hex | 40 | 2E | E7 | 48 | 50 | 0 | 9 | F6 | 4F | 36 |
| Octal | 100 | 56 | 347 | 110 | 120 | 0 | 11 | 366 | 117 | 66 |
| Binary | 1000000 | 101110 | 11100111 | 1001000 | 1010000 | 0 | 1001 | 11110110 | 1001111 | 110110 |
Color Harmonies of #402EE7
Complementary color
Monochromatic Colors of #402EE7
Black with #402EE7
Text Example
Text Example
White with #402EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EE7; }
p { color: rgb(64,46,231); }
H1.HeaderClassName
{
color: #402EE7;
}
.AnyTagClassName
{
color: #402EE7;
}
</style>
background-color css
<style>
a { background-color: #402EE7; }
a { background-color: rgb(64,46,231); }
div.DivClassName
{
background-color: #402EE7;
}
.BgClassName
{
background-color: #402EE7;
}
</style>
border-color css
<style>
span { border-color: #402EE7; }
span { border-color: rgb(64,46,231); }
td.TdClassName
{
border-color: #402EE7;
}
.TagClassName
{
border-color: #402EE7;
}
</style>