Shades of Han Purple #401AD2
Tints of Han Purple #401AD2
RGB
CMYK
RGB Variations
Color information
#401AD2 (or 0x401AD2) is known color: Han Purple. HEX triplet: 40, 1A and D2. RGB value is (64,26,210). Sum of RGB (Red+Green+Blue) = 64+26+210=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 210 (82.42% from 255 or 70% from 300); Max value from RGB is 210 - color contains mainly: blue. Hex color #401AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401AD2 is #BFE52D. Grayscale: #393939. Windows color (decimal): -12576046 or 13769280. OLE color: 13769280.
HSL color Cylindrical-coordinate representation of color #401AD2: hue angle of 252.39º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401AD2 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 26 | 210 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.18 |
| HSL | 252.39º | 0.78% | 0.46% | - |
| HSV(B) | 252.39º | 0.88% | 0.82% | - |
| XYZ | 14.12 | 6.48 | 61.48 | - |
| YUV | 58.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 210 | 0.70 | 0.88 | 0 | 0.18 | 252.39 | 0.78 | 0.46 |
| Hex | 40 | 1A | D2 | 46 | 58 | 0 | 12 | FC | 4E | 2E |
| Octal | 100 | 32 | 322 | 106 | 130 | 0 | 22 | 374 | 116 | 56 |
| Binary | 1000000 | 11010 | 11010010 | 1000110 | 1011000 | 0 | 10010 | 11111100 | 1001110 | 101110 |
Color Harmonies of #401AD2
Complementary color
Monochromatic Colors of #401AD2
Black with #401AD2
Text Example
Text Example
White with #401AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AD2; }
p { color: rgb(64,26,210); }
H1.HeaderClassName
{
color: #401AD2;
}
.AnyTagClassName
{
color: #401AD2;
}
</style>
background-color css
<style>
a { background-color: #401AD2; }
a { background-color: rgb(64,26,210); }
div.DivClassName
{
background-color: #401AD2;
}
.BgClassName
{
background-color: #401AD2;
}
</style>
border-color css
<style>
span { border-color: #401AD2; }
span { border-color: rgb(64,26,210); }
td.TdClassName
{
border-color: #401AD2;
}
.TagClassName
{
border-color: #401AD2;
}
</style>