Shades of Han Purple #410ED2
Tints of Han Purple #410ED2
RGB
CMYK
RGB Variations
Color information
#410ED2 (or 0x410ED2) is known color: Han Purple. HEX triplet: 41, 0E and D2. RGB value is (65,14,210). Sum of RGB (Red+Green+Blue) = 65+14+210=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #410ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ED2 is #BEF12D. Grayscale: #323232. Windows color (decimal): -12513582 or 13766209. OLE color: 13766209.
HSL color Cylindrical-coordinate representation of color #410ED2: hue angle of 255.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410ED2 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 14 | 210 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.18 |
| HSL | 255.61º | 0.88% | 0.44% | - |
| HSV(B) | 255.61º | 0.93% | 0.82% | - |
| XYZ | 13.97 | 6.09 | 61.41 | - |
| YUV | 51.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 210 | 0.69 | 0.93 | 0 | 0.18 | 255.61 | 0.88 | 0.44 |
| Hex | 41 | E | D2 | 45 | 5D | 0 | 12 | 100 | 58 | 2C |
| Octal | 101 | 16 | 322 | 105 | 135 | 0 | 22 | 400 | 130 | 54 |
| Binary | 1000001 | 1110 | 11010010 | 1000101 | 1011101 | 0 | 10010 | 100000000 | 1011000 | 101100 |
Color Harmonies of #410ED2
Complementary color
Monochromatic Colors of #410ED2
Black with #410ED2
Text Example
Text Example
White with #410ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410ED2; }
p { color: rgb(65,14,210); }
H1.HeaderClassName
{
color: #410ED2;
}
.AnyTagClassName
{
color: #410ED2;
}
</style>
background-color css
<style>
a { background-color: #410ED2; }
a { background-color: rgb(65,14,210); }
div.DivClassName
{
background-color: #410ED2;
}
.BgClassName
{
background-color: #410ED2;
}
</style>
border-color css
<style>
span { border-color: #410ED2; }
span { border-color: rgb(65,14,210); }
td.TdClassName
{
border-color: #410ED2;
}
.TagClassName
{
border-color: #410ED2;
}
</style>