Shades of Han Purple #400EEA
Tints of Han Purple #400EEA
RGB
CMYK
RGB Variations
Color information
#400EEA (or 0x400EEA) is known color: Han Purple. HEX triplet: 40, 0E and EA. RGB value is (64,14,234). Sum of RGB (Red+Green+Blue) = 64+14+234=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #400EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EEA is #BFF115. Grayscale: #353535. Windows color (decimal): -12579094 or 15339072. OLE color: 15339072.
HSL color Cylindrical-coordinate representation of color #400EEA: hue angle of 253.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EEA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 14 | 234 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.08 |
| HSL | 253.64º | 0.89% | 0.49% | - |
| HSV(B) | 253.64º | 0.94% | 0.92% | - |
| XYZ | 17.12 | 7.34 | 78.36 | - |
| YUV | 54.03 | 229.57 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 234 | 0.73 | 0.94 | 0 | 0.08 | 253.64 | 0.89 | 0.49 |
| Hex | 40 | E | EA | 49 | 5E | 0 | 8 | FE | 59 | 31 |
| Octal | 100 | 16 | 352 | 111 | 136 | 0 | 10 | 376 | 131 | 61 |
| Binary | 1000000 | 1110 | 11101010 | 1001001 | 1011110 | 0 | 1000 | 11111110 | 1011001 | 110001 |
Color Harmonies of #400EEA
Complementary color
Monochromatic Colors of #400EEA
Black with #400EEA
Text Example
Text Example
White with #400EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EEA; }
p { color: rgb(64,14,234); }
H1.HeaderClassName
{
color: #400EEA;
}
.AnyTagClassName
{
color: #400EEA;
}
</style>
background-color css
<style>
a { background-color: #400EEA; }
a { background-color: rgb(64,14,234); }
div.DivClassName
{
background-color: #400EEA;
}
.BgClassName
{
background-color: #400EEA;
}
</style>
border-color css
<style>
span { border-color: #400EEA; }
span { border-color: rgb(64,14,234); }
td.TdClassName
{
border-color: #400EEA;
}
.TagClassName
{
border-color: #400EEA;
}
</style>