Shades of Han Purple #411EEC
Tints of Han Purple #411EEC
RGB
CMYK
RGB Variations
Color information
#411EEC (or 0x411EEC) is known color: Han Purple. HEX triplet: 41, 1E and EC. RGB value is (65,30,236). Sum of RGB (Red+Green+Blue) = 65+30+236=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #411EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EEC is #BEE113. Grayscale: #3F3F3F. Windows color (decimal): -12509460 or 15474241. OLE color: 15474241.
HSL color Cylindrical-coordinate representation of color #411EEC: hue angle of 250.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411EEC is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 30 | 236 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.07 |
| HSL | 250.19º | 0.84% | 0.52% | - |
| HSV(B) | 250.19º | 0.87% | 0.93% | - |
| XYZ | 17.78 | 8.11 | 79.98 | - |
| YUV | 63.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 236 | 0.72 | 0.87 | 0 | 0.07 | 250.19 | 0.84 | 0.52 |
| Hex | 41 | 1E | EC | 48 | 57 | 0 | 7 | FA | 54 | 34 |
| Octal | 101 | 36 | 354 | 110 | 127 | 0 | 7 | 372 | 124 | 64 |
| Binary | 1000001 | 11110 | 11101100 | 1001000 | 1010111 | 0 | 111 | 11111010 | 1010100 | 110100 |
Color Harmonies of #411EEC
Complementary color
Monochromatic Colors of #411EEC
Black with #411EEC
Text Example
Text Example
White with #411EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EEC; }
p { color: rgb(65,30,236); }
H1.HeaderClassName
{
color: #411EEC;
}
.AnyTagClassName
{
color: #411EEC;
}
</style>
background-color css
<style>
a { background-color: #411EEC; }
a { background-color: rgb(65,30,236); }
div.DivClassName
{
background-color: #411EEC;
}
.BgClassName
{
background-color: #411EEC;
}
</style>
border-color css
<style>
span { border-color: #411EEC; }
span { border-color: rgb(65,30,236); }
td.TdClassName
{
border-color: #411EEC;
}
.TagClassName
{
border-color: #411EEC;
}
</style>