Shades of Han Purple #411DEC
Tints of Han Purple #411DEC
RGB
CMYK
RGB Variations
Color information
#411DEC (or 0x411DEC) is known color: Han Purple. HEX triplet: 41, 1D and EC. RGB value is (65,29,236). Sum of RGB (Red+Green+Blue) = 65+29+236=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #411DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DEC is #BEE213. Grayscale: #3E3E3E. Windows color (decimal): -12509716 or 15473985. OLE color: 15473985.
HSL color Cylindrical-coordinate representation of color #411DEC: hue angle of 250.43º degrees, saturation: 0.84, 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 #411DEC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 29 | 236 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.07 |
| HSL | 250.43º | 0.84% | 0.52% | - |
| HSV(B) | 250.43º | 0.88% | 0.93% | - |
| XYZ | 17.76 | 8.06 | 79.98 | - |
| YUV | 63.36 | 225.43 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 236 | 0.72 | 0.88 | 0 | 0.07 | 250.43 | 0.84 | 0.52 |
| Hex | 41 | 1D | EC | 48 | 58 | 0 | 7 | FA | 54 | 34 |
| Octal | 101 | 35 | 354 | 110 | 130 | 0 | 7 | 372 | 124 | 64 |
| Binary | 1000001 | 11101 | 11101100 | 1001000 | 1011000 | 0 | 111 | 11111010 | 1010100 | 110100 |
Color Harmonies of #411DEC
Complementary color
Monochromatic Colors of #411DEC
Black with #411DEC
Text Example
Text Example
White with #411DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DEC; }
p { color: rgb(65,29,236); }
H1.HeaderClassName
{
color: #411DEC;
}
.AnyTagClassName
{
color: #411DEC;
}
</style>
background-color css
<style>
a { background-color: #411DEC; }
a { background-color: rgb(65,29,236); }
div.DivClassName
{
background-color: #411DEC;
}
.BgClassName
{
background-color: #411DEC;
}
</style>
border-color css
<style>
span { border-color: #411DEC; }
span { border-color: rgb(65,29,236); }
td.TdClassName
{
border-color: #411DEC;
}
.TagClassName
{
border-color: #411DEC;
}
</style>