Shades of Han Purple #400DED
Tints of Han Purple #400DED
RGB
CMYK
RGB Variations
Color information
#400DED (or 0x400DED) is known color: Han Purple. HEX triplet: 40, 0D and ED. RGB value is (64,13,237). Sum of RGB (Red+Green+Blue) = 64+13+237=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #400DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DED is #BFF212. Grayscale: #343434. Windows color (decimal): -12579347 or 15535424. OLE color: 15535424.
HSL color Cylindrical-coordinate representation of color #400DED: hue angle of 253.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DED is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 13 | 237 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.07 |
| HSL | 253.66º | 0.9% | 0.49% | - |
| HSV(B) | 253.66º | 0.95% | 0.93% | - |
| XYZ | 17.54 | 7.49 | 80.64 | - |
| YUV | 53.79 | 231.4 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 237 | 0.73 | 0.95 | 0 | 0.07 | 253.66 | 0.9 | 0.49 |
| Hex | 40 | D | ED | 49 | 5F | 0 | 7 | FE | 5A | 31 |
| Octal | 100 | 15 | 355 | 111 | 137 | 0 | 7 | 376 | 132 | 61 |
| Binary | 1000000 | 1101 | 11101101 | 1001001 | 1011111 | 0 | 111 | 11111110 | 1011010 | 110001 |
Color Harmonies of #400DED
Complementary color
Monochromatic Colors of #400DED
Black with #400DED
Text Example
Text Example
White with #400DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DED; }
p { color: rgb(64,13,237); }
H1.HeaderClassName
{
color: #400DED;
}
.AnyTagClassName
{
color: #400DED;
}
</style>
background-color css
<style>
a { background-color: #400DED; }
a { background-color: rgb(64,13,237); }
div.DivClassName
{
background-color: #400DED;
}
.BgClassName
{
background-color: #400DED;
}
</style>
border-color css
<style>
span { border-color: #400DED; }
span { border-color: rgb(64,13,237); }
td.TdClassName
{
border-color: #400DED;
}
.TagClassName
{
border-color: #400DED;
}
</style>