Shades of Han Purple #400DDC
Tints of Han Purple #400DDC
RGB
CMYK
RGB Variations
Color information
#400DDC (or 0x400DDC) is known color: Han Purple. HEX triplet: 40, 0D and DC. RGB value is (64,13,220). Sum of RGB (Red+Green+Blue) = 64+13+220=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #400DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDC is #BFF223. Grayscale: #333333. Windows color (decimal): -12579364 or 14421312. OLE color: 14421312.
HSL color Cylindrical-coordinate representation of color #400DDC: hue angle of 254.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DDC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 13 | 220 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.14 |
| HSL | 254.78º | 0.89% | 0.46% | - |
| HSV(B) | 254.78º | 0.94% | 0.86% | - |
| XYZ | 15.18 | 6.55 | 68.17 | - |
| YUV | 51.85 | 222.9 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 220 | 0.71 | 0.94 | 0 | 0.14 | 254.78 | 0.89 | 0.46 |
| Hex | 40 | D | DC | 47 | 5E | 0 | E | FF | 59 | 2E |
| Octal | 100 | 15 | 334 | 107 | 136 | 0 | 16 | 377 | 131 | 56 |
| Binary | 1000000 | 1101 | 11011100 | 1000111 | 1011110 | 0 | 1110 | 11111111 | 1011001 | 101110 |
Color Harmonies of #400DDC
Complementary color
Monochromatic Colors of #400DDC
Black with #400DDC
Text Example
Text Example
White with #400DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DDC; }
p { color: rgb(64,13,220); }
H1.HeaderClassName
{
color: #400DDC;
}
.AnyTagClassName
{
color: #400DDC;
}
</style>
background-color css
<style>
a { background-color: #400DDC; }
a { background-color: rgb(64,13,220); }
div.DivClassName
{
background-color: #400DDC;
}
.BgClassName
{
background-color: #400DDC;
}
</style>
border-color css
<style>
span { border-color: #400DDC; }
span { border-color: rgb(64,13,220); }
td.TdClassName
{
border-color: #400DDC;
}
.TagClassName
{
border-color: #400DDC;
}
</style>