Shades of Han Purple #410FE3
Tints of Han Purple #410FE3
RGB
CMYK
RGB Variations
Color information
#410FE3 (or 0x410FE3) is known color: Han Purple. HEX triplet: 41, 0F and E3. RGB value is (65,15,227). Sum of RGB (Red+Green+Blue) = 65+15+227=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #410FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410FE3 is #BEF01C. Grayscale: #353535. Windows color (decimal): -12513309 or 14880577. OLE color: 14880577.
HSL color Cylindrical-coordinate representation of color #410FE3: hue angle of 254.15º 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 #410FE3 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 15 | 227 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.11 |
| HSL | 254.15º | 0.88% | 0.47% | - |
| HSV(B) | 254.15º | 0.93% | 0.89% | - |
| XYZ | 16.22 | 7.01 | 73.17 | - |
| YUV | 54.12 | 225.57 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 227 | 0.71 | 0.93 | 0 | 0.11 | 254.15 | 0.88 | 0.47 |
| Hex | 41 | F | E3 | 47 | 5D | 0 | B | FE | 58 | 2F |
| Octal | 101 | 17 | 343 | 107 | 135 | 0 | 13 | 376 | 130 | 57 |
| Binary | 1000001 | 1111 | 11100011 | 1000111 | 1011101 | 0 | 1011 | 11111110 | 1011000 | 101111 |
Color Harmonies of #410FE3
Complementary color
Monochromatic Colors of #410FE3
Black with #410FE3
Text Example
Text Example
White with #410FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FE3; }
p { color: rgb(65,15,227); }
H1.HeaderClassName
{
color: #410FE3;
}
.AnyTagClassName
{
color: #410FE3;
}
</style>
background-color css
<style>
a { background-color: #410FE3; }
a { background-color: rgb(65,15,227); }
div.DivClassName
{
background-color: #410FE3;
}
.BgClassName
{
background-color: #410FE3;
}
</style>
border-color css
<style>
span { border-color: #410FE3; }
span { border-color: rgb(65,15,227); }
td.TdClassName
{
border-color: #410FE3;
}
.TagClassName
{
border-color: #410FE3;
}
</style>