Shades of Han Purple #400DE1
Tints of Han Purple #400DE1
RGB
CMYK
RGB Variations
Color information
#400DE1 (or 0x400DE1) is known color: Han Purple. HEX triplet: 40, 0D and E1. RGB value is (64,13,225). Sum of RGB (Red+Green+Blue) = 64+13+225=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #400DE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DE1 is #BFF21E. Grayscale: #333333. Windows color (decimal): -12579359 or 14748992. OLE color: 14748992.
HSL color Cylindrical-coordinate representation of color #400DE1: hue angle of 254.43º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DE1 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 13 | 225 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.12 |
| HSL | 254.43º | 0.89% | 0.47% | - |
| HSV(B) | 254.43º | 0.94% | 0.88% | - |
| XYZ | 15.85 | 6.81 | 71.71 | - |
| YUV | 52.42 | 225.4 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 225 | 0.72 | 0.94 | 0 | 0.12 | 254.43 | 0.89 | 0.47 |
| Hex | 40 | D | E1 | 48 | 5E | 0 | C | FE | 59 | 2F |
| Octal | 100 | 15 | 341 | 110 | 136 | 0 | 14 | 376 | 131 | 57 |
| Binary | 1000000 | 1101 | 11100001 | 1001000 | 1011110 | 0 | 1100 | 11111110 | 1011001 | 101111 |
Color Harmonies of #400DE1
Complementary color
Monochromatic Colors of #400DE1
Black with #400DE1
Text Example
Text Example
White with #400DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DE1; }
p { color: rgb(64,13,225); }
H1.HeaderClassName
{
color: #400DE1;
}
.AnyTagClassName
{
color: #400DE1;
}
</style>
background-color css
<style>
a { background-color: #400DE1; }
a { background-color: rgb(64,13,225); }
div.DivClassName
{
background-color: #400DE1;
}
.BgClassName
{
background-color: #400DE1;
}
</style>
border-color css
<style>
span { border-color: #400DE1; }
span { border-color: rgb(64,13,225); }
td.TdClassName
{
border-color: #400DE1;
}
.TagClassName
{
border-color: #400DE1;
}
</style>