Shades of Han Purple #402DD9
Tints of Han Purple #402DD9
RGB
CMYK
RGB Variations
Color information
#402DD9 (or 0x402DD9) is known color: Han Purple. HEX triplet: 40, 2D and D9. RGB value is (64,45,217). Sum of RGB (Red+Green+Blue) = 64+45+217=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #402DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DD9 is #BFD226. Grayscale: #454545. Windows color (decimal): -12571175 or 14232896. OLE color: 14232896.
HSL color Cylindrical-coordinate representation of color #402DD9: hue angle of 246.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402DD9 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 45 | 217 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.15 |
| HSL | 246.63º | 0.69% | 0.51% | - |
| HSV(B) | 246.63º | 0.79% | 0.85% | - |
| XYZ | 15.58 | 7.98 | 66.36 | - |
| YUV | 70.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 217 | 0.71 | 0.79 | 0 | 0.15 | 246.63 | 0.69 | 0.51 |
| Hex | 40 | 2D | D9 | 47 | 4F | 0 | F | F7 | 45 | 33 |
| Octal | 100 | 55 | 331 | 107 | 117 | 0 | 17 | 367 | 105 | 63 |
| Binary | 1000000 | 101101 | 11011001 | 1000111 | 1001111 | 0 | 1111 | 11110111 | 1000101 | 110011 |
Color Harmonies of #402DD9
Complementary color
Monochromatic Colors of #402DD9
Black with #402DD9
Text Example
Text Example
White with #402DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DD9; }
p { color: rgb(64,45,217); }
H1.HeaderClassName
{
color: #402DD9;
}
.AnyTagClassName
{
color: #402DD9;
}
</style>
background-color css
<style>
a { background-color: #402DD9; }
a { background-color: rgb(64,45,217); }
div.DivClassName
{
background-color: #402DD9;
}
.BgClassName
{
background-color: #402DD9;
}
</style>
border-color css
<style>
span { border-color: #402DD9; }
span { border-color: rgb(64,45,217); }
td.TdClassName
{
border-color: #402DD9;
}
.TagClassName
{
border-color: #402DD9;
}
</style>