Shades of Han Purple #402EE0
Tints of Han Purple #402EE0
RGB
CMYK
RGB Variations
Color information
#402EE0 (or 0x402EE0) is known color: Han Purple. HEX triplet: 40, 2E and E0. RGB value is (64,46,224). Sum of RGB (Red+Green+Blue) = 64+46+224=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #402EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EE0 is #BFD11F. Grayscale: #464646. Windows color (decimal): -12570912 or 14691904. OLE color: 14691904.
HSL color Cylindrical-coordinate representation of color #402EE0: hue angle of 246.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402EE0 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 46 | 224 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.12 |
| HSL | 246.07º | 0.74% | 0.53% | - |
| HSV(B) | 246.07º | 0.79% | 0.88% | - |
| XYZ | 16.55 | 8.43 | 71.28 | - |
| YUV | 71.67 | 213.96 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 224 | 0.71 | 0.79 | 0 | 0.12 | 246.07 | 0.74 | 0.53 |
| Hex | 40 | 2E | E0 | 47 | 4F | 0 | C | F6 | 4A | 35 |
| Octal | 100 | 56 | 340 | 107 | 117 | 0 | 14 | 366 | 112 | 65 |
| Binary | 1000000 | 101110 | 11100000 | 1000111 | 1001111 | 0 | 1100 | 11110110 | 1001010 | 110101 |
Color Harmonies of #402EE0
Complementary color
Monochromatic Colors of #402EE0
Black with #402EE0
Text Example
Text Example
White with #402EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EE0; }
p { color: rgb(64,46,224); }
H1.HeaderClassName
{
color: #402EE0;
}
.AnyTagClassName
{
color: #402EE0;
}
</style>
background-color css
<style>
a { background-color: #402EE0; }
a { background-color: rgb(64,46,224); }
div.DivClassName
{
background-color: #402EE0;
}
.BgClassName
{
background-color: #402EE0;
}
</style>
border-color css
<style>
span { border-color: #402EE0; }
span { border-color: rgb(64,46,224); }
td.TdClassName
{
border-color: #402EE0;
}
.TagClassName
{
border-color: #402EE0;
}
</style>