Shades of Han Purple #400EDE
Tints of Han Purple #400EDE
RGB
CMYK
RGB Variations
Color information
#400EDE (or 0x400EDE) is known color: Han Purple. HEX triplet: 40, 0E and DE. RGB value is (64,14,222). Sum of RGB (Red+Green+Blue) = 64+14+222=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #400EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EDE is #BFF121. Grayscale: #333333. Windows color (decimal): -12579106 or 14552640. OLE color: 14552640.
HSL color Cylindrical-coordinate representation of color #400EDE: hue angle of 254.42º 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 #400EDE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 14 | 222 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.13 |
| HSL | 254.42º | 0.88% | 0.46% | - |
| HSV(B) | 254.42º | 0.94% | 0.87% | - |
| XYZ | 15.46 | 6.68 | 69.58 | - |
| YUV | 52.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 222 | 0.71 | 0.94 | 0 | 0.13 | 254.42 | 0.88 | 0.46 |
| Hex | 40 | E | DE | 47 | 5E | 0 | D | FE | 58 | 2E |
| Octal | 100 | 16 | 336 | 107 | 136 | 0 | 15 | 376 | 130 | 56 |
| Binary | 1000000 | 1110 | 11011110 | 1000111 | 1011110 | 0 | 1101 | 11111110 | 1011000 | 101110 |
Color Harmonies of #400EDE
Complementary color
Monochromatic Colors of #400EDE
Black with #400EDE
Text Example
Text Example
White with #400EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EDE; }
p { color: rgb(64,14,222); }
H1.HeaderClassName
{
color: #400EDE;
}
.AnyTagClassName
{
color: #400EDE;
}
</style>
background-color css
<style>
a { background-color: #400EDE; }
a { background-color: rgb(64,14,222); }
div.DivClassName
{
background-color: #400EDE;
}
.BgClassName
{
background-color: #400EDE;
}
</style>
border-color css
<style>
span { border-color: #400EDE; }
span { border-color: rgb(64,14,222); }
td.TdClassName
{
border-color: #400EDE;
}
.TagClassName
{
border-color: #400EDE;
}
</style>