Shades of Han Purple #401AED
Tints of Han Purple #401AED
RGB
CMYK
RGB Variations
Color information
#401AED (or 0x401AED) is known color: Han Purple. HEX triplet: 40, 1A and ED. RGB value is (64,26,237). Sum of RGB (Red+Green+Blue) = 64+26+237=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #401AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AED is #BFE512. Grayscale: #3C3C3C. Windows color (decimal): -12576019 or 15538752. OLE color: 15538752.
HSL color Cylindrical-coordinate representation of color #401AED: hue angle of 250.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401AED is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 26 | 237 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 250.81º | 0.85% | 0.52% | - |
| HSV(B) | 250.81º | 0.89% | 0.93% | - |
| XYZ | 17.77 | 7.94 | 80.72 | - |
| YUV | 61.42 | 227.09 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 237 | 0.73 | 0.89 | 0 | 0.07 | 250.81 | 0.85 | 0.52 |
| Hex | 40 | 1A | ED | 49 | 59 | 0 | 7 | FB | 55 | 34 |
| Octal | 100 | 32 | 355 | 111 | 131 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000000 | 11010 | 11101101 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #401AED
Complementary color
Monochromatic Colors of #401AED
Black with #401AED
Text Example
Text Example
White with #401AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AED; }
p { color: rgb(64,26,237); }
H1.HeaderClassName
{
color: #401AED;
}
.AnyTagClassName
{
color: #401AED;
}
</style>
background-color css
<style>
a { background-color: #401AED; }
a { background-color: rgb(64,26,237); }
div.DivClassName
{
background-color: #401AED;
}
.BgClassName
{
background-color: #401AED;
}
</style>
border-color css
<style>
span { border-color: #401AED; }
span { border-color: rgb(64,26,237); }
td.TdClassName
{
border-color: #401AED;
}
.TagClassName
{
border-color: #401AED;
}
</style>