Shades of Han Purple #411DEE
Tints of Han Purple #411DEE
RGB
CMYK
RGB Variations
Color information
#411DEE (or 0x411DEE) is known color: Han Purple. HEX triplet: 41, 1D and EE. RGB value is (65,29,238). Sum of RGB (Red+Green+Blue) = 65+29+238=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #411DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DEE is #BEE211. Grayscale: #3E3E3E. Windows color (decimal): -12509714 or 15605057. OLE color: 15605057.
HSL color Cylindrical-coordinate representation of color #411DEE: hue angle of 250.33º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411DEE is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 29 | 238 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.33º | 0.86% | 0.52% | - |
| HSV(B) | 250.33º | 0.88% | 0.93% | - |
| XYZ | 18.05 | 8.18 | 81.52 | - |
| YUV | 63.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 238 | 0.73 | 0.88 | 0 | 0.07 | 250.33 | 0.86 | 0.52 |
| Hex | 41 | 1D | EE | 49 | 58 | 0 | 7 | FA | 56 | 34 |
| Octal | 101 | 35 | 356 | 111 | 130 | 0 | 7 | 372 | 126 | 64 |
| Binary | 1000001 | 11101 | 11101110 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010110 | 110100 |
Color Harmonies of #411DEE
Complementary color
Monochromatic Colors of #411DEE
Black with #411DEE
Text Example
Text Example
White with #411DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DEE; }
p { color: rgb(65,29,238); }
H1.HeaderClassName
{
color: #411DEE;
}
.AnyTagClassName
{
color: #411DEE;
}
</style>
background-color css
<style>
a { background-color: #411DEE; }
a { background-color: rgb(65,29,238); }
div.DivClassName
{
background-color: #411DEE;
}
.BgClassName
{
background-color: #411DEE;
}
</style>
border-color css
<style>
span { border-color: #411DEE; }
span { border-color: rgb(65,29,238); }
td.TdClassName
{
border-color: #411DEE;
}
.TagClassName
{
border-color: #411DEE;
}
</style>