Shades of Han Purple #400EDD
Tints of Han Purple #400EDD
RGB
CMYK
RGB Variations
Color information
#400EDD (or 0x400EDD) is known color: Han Purple. HEX triplet: 40, 0E and DD. RGB value is (64,14,221). Sum of RGB (Red+Green+Blue) = 64+14+221=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #400EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EDD is #BFF122. Grayscale: #333333. Windows color (decimal): -12579107 or 14487104. OLE color: 14487104.
HSL color Cylindrical-coordinate representation of color #400EDD: hue angle of 254.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EDD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 14 | 221 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.13 |
| HSL | 254.49º | 0.88% | 0.46% | - |
| HSV(B) | 254.49º | 0.94% | 0.87% | - |
| XYZ | 15.32 | 6.62 | 68.88 | - |
| YUV | 52.55 | 223.07 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 221 | 0.71 | 0.94 | 0 | 0.13 | 254.49 | 0.88 | 0.46 |
| Hex | 40 | E | DD | 47 | 5E | 0 | D | FE | 58 | 2E |
| Octal | 100 | 16 | 335 | 107 | 136 | 0 | 15 | 376 | 130 | 56 |
| Binary | 1000000 | 1110 | 11011101 | 1000111 | 1011110 | 0 | 1101 | 11111110 | 1011000 | 101110 |
Color Harmonies of #400EDD
Complementary color
Monochromatic Colors of #400EDD
Black with #400EDD
Text Example
Text Example
White with #400EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EDD; }
p { color: rgb(64,14,221); }
H1.HeaderClassName
{
color: #400EDD;
}
.AnyTagClassName
{
color: #400EDD;
}
</style>
background-color css
<style>
a { background-color: #400EDD; }
a { background-color: rgb(64,14,221); }
div.DivClassName
{
background-color: #400EDD;
}
.BgClassName
{
background-color: #400EDD;
}
</style>
border-color css
<style>
span { border-color: #400EDD; }
span { border-color: rgb(64,14,221); }
td.TdClassName
{
border-color: #400EDD;
}
.TagClassName
{
border-color: #400EDD;
}
</style>