Shades of Han Purple #410FE2
Tints of Han Purple #410FE2
RGB
CMYK
RGB Variations
Color information
#410FE2 (or 0x410FE2) is known color: Han Purple. HEX triplet: 41, 0F and E2. RGB value is (65,15,226). Sum of RGB (Red+Green+Blue) = 65+15+226=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 226 (88.67% from 255 or 73.86% from 306); Max value from RGB is 226 - color contains mainly: blue. Hex color #410FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FE2 is #BEF01D. Grayscale: #353535. Windows color (decimal): -12513310 or 14815041. OLE color: 14815041.
HSL color Cylindrical-coordinate representation of color #410FE2: hue angle of 254.22º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410FE2 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 15 | 226 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.11 |
| HSL | 254.22º | 0.88% | 0.47% | - |
| HSV(B) | 254.22º | 0.93% | 0.89% | - |
| XYZ | 16.08 | 6.96 | 72.45 | - |
| YUV | 54 | 225.07 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 226 | 0.71 | 0.93 | 0 | 0.11 | 254.22 | 0.88 | 0.47 |
| Hex | 41 | F | E2 | 47 | 5D | 0 | B | FE | 58 | 2F |
| Octal | 101 | 17 | 342 | 107 | 135 | 0 | 13 | 376 | 130 | 57 |
| Binary | 1000001 | 1111 | 11100010 | 1000111 | 1011101 | 0 | 1011 | 11111110 | 1011000 | 101111 |
Color Harmonies of #410FE2
Complementary color
Monochromatic Colors of #410FE2
Black with #410FE2
Text Example
Text Example
White with #410FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FE2; }
p { color: rgb(65,15,226); }
H1.HeaderClassName
{
color: #410FE2;
}
.AnyTagClassName
{
color: #410FE2;
}
</style>
background-color css
<style>
a { background-color: #410FE2; }
a { background-color: rgb(65,15,226); }
div.DivClassName
{
background-color: #410FE2;
}
.BgClassName
{
background-color: #410FE2;
}
</style>
border-color css
<style>
span { border-color: #410FE2; }
span { border-color: rgb(65,15,226); }
td.TdClassName
{
border-color: #410FE2;
}
.TagClassName
{
border-color: #410FE2;
}
</style>