Shades of Han Purple #410EF1
Tints of Han Purple #410EF1
RGB
CMYK
RGB Variations
Color information
#410EF1 (or 0x410EF1) is known color: Han Purple. HEX triplet: 41, 0E and F1. RGB value is (65,14,241). Sum of RGB (Red+Green+Blue) = 65+14+241=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #410EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EF1 is #BEF10E. Grayscale: #363636. Windows color (decimal): -12513551 or 15797825. OLE color: 15797825.
HSL color Cylindrical-coordinate representation of color #410EF1: hue angle of 253.48º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410EF1 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 14 | 241 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.05 |
| HSL | 253.48º | 0.89% | 0.5% | - |
| HSV(B) | 253.48º | 0.94% | 0.95% | - |
| XYZ | 18.21 | 7.79 | 83.76 | - |
| YUV | 55.13 | 232.9 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 241 | 0.73 | 0.94 | 0 | 0.05 | 253.48 | 0.89 | 0.5 |
| Hex | 41 | E | F1 | 49 | 5E | 0 | 5 | FD | 59 | 32 |
| Octal | 101 | 16 | 361 | 111 | 136 | 0 | 5 | 375 | 131 | 62 |
| Binary | 1000001 | 1110 | 11110001 | 1001001 | 1011110 | 0 | 101 | 11111101 | 1011001 | 110010 |
Color Harmonies of #410EF1
Complementary color
Monochromatic Colors of #410EF1
Black with #410EF1
Text Example
Text Example
White with #410EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EF1; }
p { color: rgb(65,14,241); }
H1.HeaderClassName
{
color: #410EF1;
}
.AnyTagClassName
{
color: #410EF1;
}
</style>
background-color css
<style>
a { background-color: #410EF1; }
a { background-color: rgb(65,14,241); }
div.DivClassName
{
background-color: #410EF1;
}
.BgClassName
{
background-color: #410EF1;
}
</style>
border-color css
<style>
span { border-color: #410EF1; }
span { border-color: rgb(65,14,241); }
td.TdClassName
{
border-color: #410EF1;
}
.TagClassName
{
border-color: #410EF1;
}
</style>