Shades of Han Purple #411DE6
Tints of Han Purple #411DE6
RGB
CMYK
RGB Variations
Color information
#411DE6 (or 0x411DE6) is known color: Han Purple. HEX triplet: 41, 1D and E6. RGB value is (65,29,230). Sum of RGB (Red+Green+Blue) = 65+29+230=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #411DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411DE6 is #BEE219. Grayscale: #3D3D3D. Windows color (decimal): -12509722 or 15080769. OLE color: 15080769.
HSL color Cylindrical-coordinate representation of color #411DE6: hue angle of 250.75º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411DE6 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 29 | 230 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.10 |
| HSL | 250.75º | 0.8% | 0.51% | - |
| HSV(B) | 250.75º | 0.87% | 0.9% | - |
| XYZ | 16.9 | 7.72 | 75.46 | - |
| YUV | 62.68 | 222.43 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 230 | 0.72 | 0.87 | 0 | 0.10 | 250.75 | 0.8 | 0.51 |
| Hex | 41 | 1D | E6 | 48 | 57 | 0 | A | FB | 50 | 33 |
| Octal | 101 | 35 | 346 | 110 | 127 | 0 | 12 | 373 | 120 | 63 |
| Binary | 1000001 | 11101 | 11100110 | 1001000 | 1010111 | 0 | 1010 | 11111011 | 1010000 | 110011 |
Color Harmonies of #411DE6
Complementary color
Monochromatic Colors of #411DE6
Black with #411DE6
Text Example
Text Example
White with #411DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411DE6; }
p { color: rgb(65,29,230); }
H1.HeaderClassName
{
color: #411DE6;
}
.AnyTagClassName
{
color: #411DE6;
}
</style>
background-color css
<style>
a { background-color: #411DE6; }
a { background-color: rgb(65,29,230); }
div.DivClassName
{
background-color: #411DE6;
}
.BgClassName
{
background-color: #411DE6;
}
</style>
border-color css
<style>
span { border-color: #411DE6; }
span { border-color: rgb(65,29,230); }
td.TdClassName
{
border-color: #411DE6;
}
.TagClassName
{
border-color: #411DE6;
}
</style>