Shades of Han Purple #400DDD
Tints of Han Purple #400DDD
RGB
CMYK
RGB Variations
Color information
#400DDD (or 0x400DDD) is known color: Han Purple. HEX triplet: 40, 0D and DD. RGB value is (64,13,221). Sum of RGB (Red+Green+Blue) = 64+13+221=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #400DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDD is #BFF222. Grayscale: #333333. Windows color (decimal): -12579363 or 14486848. OLE color: 14486848.
HSL color Cylindrical-coordinate representation of color #400DDD: hue angle of 254.71º degrees, saturation: 0.89, 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 #400DDD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 13 | 221 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.13 |
| HSL | 254.71º | 0.89% | 0.46% | - |
| HSV(B) | 254.71º | 0.94% | 0.87% | - |
| XYZ | 15.31 | 6.6 | 68.87 | - |
| YUV | 51.96 | 223.4 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 221 | 0.71 | 0.94 | 0 | 0.13 | 254.71 | 0.89 | 0.46 |
| Hex | 40 | D | DD | 47 | 5E | 0 | D | FF | 59 | 2E |
| Octal | 100 | 15 | 335 | 107 | 136 | 0 | 15 | 377 | 131 | 56 |
| Binary | 1000000 | 1101 | 11011101 | 1000111 | 1011110 | 0 | 1101 | 11111111 | 1011001 | 101110 |
Color Harmonies of #400DDD
Complementary color
Monochromatic Colors of #400DDD
Black with #400DDD
Text Example
Text Example
White with #400DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DDD; }
p { color: rgb(64,13,221); }
H1.HeaderClassName
{
color: #400DDD;
}
.AnyTagClassName
{
color: #400DDD;
}
</style>
background-color css
<style>
a { background-color: #400DDD; }
a { background-color: rgb(64,13,221); }
div.DivClassName
{
background-color: #400DDD;
}
.BgClassName
{
background-color: #400DDD;
}
</style>
border-color css
<style>
span { border-color: #400DDD; }
span { border-color: rgb(64,13,221); }
td.TdClassName
{
border-color: #400DDD;
}
.TagClassName
{
border-color: #400DDD;
}
</style>