Shades of Han Purple #411AEE
Tints of Han Purple #411AEE
RGB
CMYK
RGB Variations
Color information
#411AEE (or 0x411AEE) is known color: Han Purple. HEX triplet: 41, 1A and EE. RGB value is (65,26,238). Sum of RGB (Red+Green+Blue) = 65+26+238=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #411AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AEE is #BEE511. Grayscale: #3D3D3D. Windows color (decimal): -12510482 or 15604289. OLE color: 15604289.
HSL color Cylindrical-coordinate representation of color #411AEE: hue angle of 251.04º 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 #411AEE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 26 | 238 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 251.04º | 0.86% | 0.52% | - |
| HSV(B) | 251.04º | 0.89% | 0.93% | - |
| XYZ | 17.98 | 8.04 | 81.49 | - |
| YUV | 61.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 238 | 0.73 | 0.89 | 0 | 0.07 | 251.04 | 0.86 | 0.52 |
| Hex | 41 | 1A | EE | 49 | 59 | 0 | 7 | FB | 56 | 34 |
| Octal | 101 | 32 | 356 | 111 | 131 | 0 | 7 | 373 | 126 | 64 |
| Binary | 1000001 | 11010 | 11101110 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010110 | 110100 |
Color Harmonies of #411AEE
Complementary color
Monochromatic Colors of #411AEE
Black with #411AEE
Text Example
Text Example
White with #411AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AEE; }
p { color: rgb(65,26,238); }
H1.HeaderClassName
{
color: #411AEE;
}
.AnyTagClassName
{
color: #411AEE;
}
</style>
background-color css
<style>
a { background-color: #411AEE; }
a { background-color: rgb(65,26,238); }
div.DivClassName
{
background-color: #411AEE;
}
.BgClassName
{
background-color: #411AEE;
}
</style>
border-color css
<style>
span { border-color: #411AEE; }
span { border-color: rgb(65,26,238); }
td.TdClassName
{
border-color: #411AEE;
}
.TagClassName
{
border-color: #411AEE;
}
</style>