Shades of Han Purple #401AEE
Tints of Han Purple #401AEE
RGB
CMYK
RGB Variations
Color information
#401AEE (or 0x401AEE) is known color: Han Purple. HEX triplet: 40, 1A and EE. RGB value is (64,26,238). Sum of RGB (Red+Green+Blue) = 64+26+238=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 238 (93.36% from 255 or 72.56% from 328); Max value from RGB is 238 - color contains mainly: blue. Hex color #401AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401AEE is #BFE511. Grayscale: #3C3C3C. Windows color (decimal): -12576018 or 15604288. OLE color: 15604288.
HSL color Cylindrical-coordinate representation of color #401AEE: hue angle of 250.75º degrees, saturation: 0.86, 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 #401AEE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 26 | 238 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 250.75º | 0.86% | 0.52% | - |
| HSV(B) | 250.75º | 0.89% | 0.93% | - |
| XYZ | 17.92 | 8 | 81.49 | - |
| YUV | 61.53 | 227.59 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 238 | 0.73 | 0.89 | 0 | 0.07 | 250.75 | 0.86 | 0.52 |
| Hex | 40 | 1A | EE | 49 | 59 | 0 | 7 | FB | 56 | 34 |
| Octal | 100 | 32 | 356 | 111 | 131 | 0 | 7 | 373 | 126 | 64 |
| Binary | 1000000 | 11010 | 11101110 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010110 | 110100 |
Color Harmonies of #401AEE
Complementary color
Monochromatic Colors of #401AEE
Black with #401AEE
Text Example
Text Example
White with #401AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401AEE; }
p { color: rgb(64,26,238); }
H1.HeaderClassName
{
color: #401AEE;
}
.AnyTagClassName
{
color: #401AEE;
}
</style>
background-color css
<style>
a { background-color: #401AEE; }
a { background-color: rgb(64,26,238); }
div.DivClassName
{
background-color: #401AEE;
}
.BgClassName
{
background-color: #401AEE;
}
</style>
border-color css
<style>
span { border-color: #401AEE; }
span { border-color: rgb(64,26,238); }
td.TdClassName
{
border-color: #401AEE;
}
.TagClassName
{
border-color: #401AEE;
}
</style>