Shades of Han Purple #401AD9
Tints of Han Purple #401AD9
RGB
CMYK
RGB Variations
Color information
#401AD9 (or 0x401AD9) is known color: Han Purple. HEX triplet: 40, 1A and D9. RGB value is (64,26,217). Sum of RGB (Red+Green+Blue) = 64+26+217=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 217 (85.16% from 255 or 70.68% from 307); Max value from RGB is 217 - color contains mainly: blue. Hex color #401AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AD9 is #BFE526. Grayscale: #3A3A3A. Windows color (decimal): -12576039 or 14228032. OLE color: 14228032.
HSL color Cylindrical-coordinate representation of color #401AD9: hue angle of 251.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401AD9 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 26 | 217 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.15 |
| HSL | 251.94º | 0.79% | 0.48% | - |
| HSV(B) | 251.94º | 0.88% | 0.85% | - |
| XYZ | 15.01 | 6.84 | 66.17 | - |
| YUV | 59.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 217 | 0.71 | 0.88 | 0 | 0.15 | 251.94 | 0.79 | 0.48 |
| Hex | 40 | 1A | D9 | 47 | 58 | 0 | F | FC | 4F | 30 |
| Octal | 100 | 32 | 331 | 107 | 130 | 0 | 17 | 374 | 117 | 60 |
| Binary | 1000000 | 11010 | 11011001 | 1000111 | 1011000 | 0 | 1111 | 11111100 | 1001111 | 110000 |
Color Harmonies of #401AD9
Complementary color
Monochromatic Colors of #401AD9
Black with #401AD9
Text Example
Text Example
White with #401AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AD9; }
p { color: rgb(64,26,217); }
H1.HeaderClassName
{
color: #401AD9;
}
.AnyTagClassName
{
color: #401AD9;
}
</style>
background-color css
<style>
a { background-color: #401AD9; }
a { background-color: rgb(64,26,217); }
div.DivClassName
{
background-color: #401AD9;
}
.BgClassName
{
background-color: #401AD9;
}
</style>
border-color css
<style>
span { border-color: #401AD9; }
span { border-color: rgb(64,26,217); }
td.TdClassName
{
border-color: #401AD9;
}
.TagClassName
{
border-color: #401AD9;
}
</style>