Shades of Han Purple #400ED5
Tints of Han Purple #400ED5
RGB
CMYK
RGB Variations
Color information
#400ED5 (or 0x400ED5) is known color: Han Purple. HEX triplet: 40, 0E and D5. RGB value is (64,14,213). Sum of RGB (Red+Green+Blue) = 64+14+213=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #400ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ED5 is #BFF12A. Grayscale: #323232. Windows color (decimal): -12579115 or 13962816. OLE color: 13962816.
HSL color Cylindrical-coordinate representation of color #400ED5: hue angle of 255.08º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400ED5 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 14 | 213 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.16 |
| HSL | 255.08º | 0.88% | 0.45% | - |
| HSV(B) | 255.08º | 0.93% | 0.84% | - |
| XYZ | 14.28 | 6.21 | 63.4 | - |
| YUV | 51.64 | 219.07 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 213 | 0.70 | 0.93 | 0 | 0.16 | 255.08 | 0.88 | 0.45 |
| Hex | 40 | E | D5 | 46 | 5D | 0 | 10 | FF | 58 | 2D |
| Octal | 100 | 16 | 325 | 106 | 135 | 0 | 20 | 377 | 130 | 55 |
| Binary | 1000000 | 1110 | 11010101 | 1000110 | 1011101 | 0 | 10000 | 11111111 | 1011000 | 101101 |
Color Harmonies of #400ED5
Complementary color
Monochromatic Colors of #400ED5
Black with #400ED5
Text Example
Text Example
White with #400ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ED5; }
p { color: rgb(64,14,213); }
H1.HeaderClassName
{
color: #400ED5;
}
.AnyTagClassName
{
color: #400ED5;
}
</style>
background-color css
<style>
a { background-color: #400ED5; }
a { background-color: rgb(64,14,213); }
div.DivClassName
{
background-color: #400ED5;
}
.BgClassName
{
background-color: #400ED5;
}
</style>
border-color css
<style>
span { border-color: #400ED5; }
span { border-color: rgb(64,14,213); }
td.TdClassName
{
border-color: #400ED5;
}
.TagClassName
{
border-color: #400ED5;
}
</style>