Shades of Han Purple #400AD6
Tints of Han Purple #400AD6
RGB
CMYK
RGB Variations
Color information
#400AD6 (or 0x400AD6) is known color: Han Purple. HEX triplet: 40, 0A and D6. RGB value is (64,10,214). Sum of RGB (Red+Green+Blue) = 64+10+214=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 214 (83.98% from 255 or 74.31% from 288); Max value from RGB is 214 - color contains mainly: blue. Hex color #400AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AD6 is #BFF529. Grayscale: #303030. Windows color (decimal): -12580138 or 14027328. OLE color: 14027328.
HSL color Cylindrical-coordinate representation of color #400AD6: hue angle of 255.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400AD6 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 10 | 214 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.16 |
| HSL | 255.88º | 0.91% | 0.44% | - |
| HSV(B) | 255.88º | 0.95% | 0.84% | - |
| XYZ | 14.36 | 6.16 | 64.05 | - |
| YUV | 49.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 214 | 0.70 | 0.95 | 0 | 0.16 | 255.88 | 0.91 | 0.44 |
| Hex | 40 | A | D6 | 46 | 5F | 0 | 10 | 100 | 5B | 2C |
| Octal | 100 | 12 | 326 | 106 | 137 | 0 | 20 | 400 | 133 | 54 |
| Binary | 1000000 | 1010 | 11010110 | 1000110 | 1011111 | 0 | 10000 | 100000000 | 1011011 | 101100 |
Color Harmonies of #400AD6
Complementary color
Monochromatic Colors of #400AD6
Black with #400AD6
Text Example
Text Example
White with #400AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400AD6; }
p { color: rgb(64,10,214); }
H1.HeaderClassName
{
color: #400AD6;
}
.AnyTagClassName
{
color: #400AD6;
}
</style>
background-color css
<style>
a { background-color: #400AD6; }
a { background-color: rgb(64,10,214); }
div.DivClassName
{
background-color: #400AD6;
}
.BgClassName
{
background-color: #400AD6;
}
</style>
border-color css
<style>
span { border-color: #400AD6; }
span { border-color: rgb(64,10,214); }
td.TdClassName
{
border-color: #400AD6;
}
.TagClassName
{
border-color: #400AD6;
}
</style>