Shades of Han Purple #400EED
Tints of Han Purple #400EED
RGB
CMYK
RGB Variations
Color information
#400EED (or 0x400EED) is known color: Han Purple. HEX triplet: 40, 0E and ED. RGB value is (64,14,237). Sum of RGB (Red+Green+Blue) = 64+14+237=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #400EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EED is #BFF112. Grayscale: #353535. Windows color (decimal): -12579091 or 15535680. OLE color: 15535680.
HSL color Cylindrical-coordinate representation of color #400EED: hue angle of 253.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EED is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 14 | 237 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.07 |
| HSL | 253.45º | 0.89% | 0.49% | - |
| HSV(B) | 253.45º | 0.94% | 0.93% | - |
| XYZ | 17.56 | 7.52 | 80.65 | - |
| YUV | 54.37 | 231.07 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 237 | 0.73 | 0.94 | 0 | 0.07 | 253.45 | 0.89 | 0.49 |
| Hex | 40 | E | ED | 49 | 5E | 0 | 7 | FD | 59 | 31 |
| Octal | 100 | 16 | 355 | 111 | 136 | 0 | 7 | 375 | 131 | 61 |
| Binary | 1000000 | 1110 | 11101101 | 1001001 | 1011110 | 0 | 111 | 11111101 | 1011001 | 110001 |
Color Harmonies of #400EED
Complementary color
Monochromatic Colors of #400EED
Black with #400EED
Text Example
Text Example
White with #400EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EED; }
p { color: rgb(64,14,237); }
H1.HeaderClassName
{
color: #400EED;
}
.AnyTagClassName
{
color: #400EED;
}
</style>
background-color css
<style>
a { background-color: #400EED; }
a { background-color: rgb(64,14,237); }
div.DivClassName
{
background-color: #400EED;
}
.BgClassName
{
background-color: #400EED;
}
</style>
border-color css
<style>
span { border-color: #400EED; }
span { border-color: rgb(64,14,237); }
td.TdClassName
{
border-color: #400EED;
}
.TagClassName
{
border-color: #400EED;
}
</style>