Shades of Han Purple #400CD6
Tints of Han Purple #400CD6
RGB
CMYK
RGB Variations
Color information
#400CD6 (or 0x400CD6) is known color: Han Purple. HEX triplet: 40, 0C and D6. RGB value is (64,12,214). Sum of RGB (Red+Green+Blue) = 64+12+214=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 214 (83.98% from 255 or 73.79% from 290); Max value from RGB is 214 - color contains mainly: blue. Hex color #400CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CD6 is #BFF329. Grayscale: #313131. Windows color (decimal): -12579626 or 14027840. OLE color: 14027840.
HSL color Cylindrical-coordinate representation of color #400CD6: hue angle of 255.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CD6 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 12 | 214 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.16 |
| HSL | 255.45º | 0.89% | 0.44% | - |
| HSV(B) | 255.45º | 0.94% | 0.84% | - |
| XYZ | 14.38 | 6.21 | 64.06 | - |
| YUV | 50.58 | 220.23 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 214 | 0.70 | 0.94 | 0 | 0.16 | 255.45 | 0.89 | 0.44 |
| Hex | 40 | C | D6 | 46 | 5E | 0 | 10 | FF | 59 | 2C |
| Octal | 100 | 14 | 326 | 106 | 136 | 0 | 20 | 377 | 131 | 54 |
| Binary | 1000000 | 1100 | 11010110 | 1000110 | 1011110 | 0 | 10000 | 11111111 | 1011001 | 101100 |
Color Harmonies of #400CD6
Complementary color
Monochromatic Colors of #400CD6
Black with #400CD6
Text Example
Text Example
White with #400CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CD6; }
p { color: rgb(64,12,214); }
H1.HeaderClassName
{
color: #400CD6;
}
.AnyTagClassName
{
color: #400CD6;
}
</style>
background-color css
<style>
a { background-color: #400CD6; }
a { background-color: rgb(64,12,214); }
div.DivClassName
{
background-color: #400CD6;
}
.BgClassName
{
background-color: #400CD6;
}
</style>
border-color css
<style>
span { border-color: #400CD6; }
span { border-color: rgb(64,12,214); }
td.TdClassName
{
border-color: #400CD6;
}
.TagClassName
{
border-color: #400CD6;
}
</style>