Shades of Han Purple #400CD9
Tints of Han Purple #400CD9
RGB
CMYK
RGB Variations
Color information
#400CD9 (or 0x400CD9) is known color: Han Purple. HEX triplet: 40, 0C and D9. RGB value is (64,12,217). Sum of RGB (Red+Green+Blue) = 64+12+217=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 217 (85.16% from 255 or 74.06% from 293); Max value from RGB is 217 - color contains mainly: blue. Hex color #400CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CD9 is #BFF326. Grayscale: #323232. Windows color (decimal): -12579623 or 14224448. OLE color: 14224448.
HSL color Cylindrical-coordinate representation of color #400CD9: hue angle of 255.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CD9 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 12 | 217 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.15 |
| HSL | 255.22º | 0.9% | 0.45% | - |
| HSV(B) | 255.22º | 0.94% | 0.85% | - |
| XYZ | 14.77 | 6.36 | 66.1 | - |
| YUV | 50.92 | 221.73 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 217 | 0.71 | 0.94 | 0 | 0.15 | 255.22 | 0.9 | 0.45 |
| Hex | 40 | C | D9 | 47 | 5E | 0 | F | FF | 5A | 2D |
| Octal | 100 | 14 | 331 | 107 | 136 | 0 | 17 | 377 | 132 | 55 |
| Binary | 1000000 | 1100 | 11011001 | 1000111 | 1011110 | 0 | 1111 | 11111111 | 1011010 | 101101 |
Color Harmonies of #400CD9
Complementary color
Monochromatic Colors of #400CD9
Black with #400CD9
Text Example
Text Example
White with #400CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CD9; }
p { color: rgb(64,12,217); }
H1.HeaderClassName
{
color: #400CD9;
}
.AnyTagClassName
{
color: #400CD9;
}
</style>
background-color css
<style>
a { background-color: #400CD9; }
a { background-color: rgb(64,12,217); }
div.DivClassName
{
background-color: #400CD9;
}
.BgClassName
{
background-color: #400CD9;
}
</style>
border-color css
<style>
span { border-color: #400CD9; }
span { border-color: rgb(64,12,217); }
td.TdClassName
{
border-color: #400CD9;
}
.TagClassName
{
border-color: #400CD9;
}
</style>