Shades of Han Purple #410FF1
Tints of Han Purple #410FF1
RGB
CMYK
RGB Variations
Color information
#410FF1 (or 0x410FF1) is known color: Han Purple. HEX triplet: 41, 0F and F1. RGB value is (65,15,241). Sum of RGB (Red+Green+Blue) = 65+15+241=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #410FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FF1 is #BEF00E. Grayscale: #363636. Windows color (decimal): -12513295 or 15798081. OLE color: 15798081.
HSL color Cylindrical-coordinate representation of color #410FF1: hue angle of 253.27º 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 #410FF1 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 15 | 241 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.05 |
| HSL | 253.27º | 0.89% | 0.5% | - |
| HSV(B) | 253.27º | 0.94% | 0.95% | - |
| XYZ | 18.23 | 7.82 | 83.77 | - |
| YUV | 55.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 241 | 0.73 | 0.94 | 0 | 0.05 | 253.27 | 0.89 | 0.5 |
| Hex | 41 | F | F1 | 49 | 5E | 0 | 5 | FD | 59 | 32 |
| Octal | 101 | 17 | 361 | 111 | 136 | 0 | 5 | 375 | 131 | 62 |
| Binary | 1000001 | 1111 | 11110001 | 1001001 | 1011110 | 0 | 101 | 11111101 | 1011001 | 110010 |
Color Harmonies of #410FF1
Complementary color
Monochromatic Colors of #410FF1
Black with #410FF1
Text Example
Text Example
White with #410FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FF1; }
p { color: rgb(65,15,241); }
H1.HeaderClassName
{
color: #410FF1;
}
.AnyTagClassName
{
color: #410FF1;
}
</style>
background-color css
<style>
a { background-color: #410FF1; }
a { background-color: rgb(65,15,241); }
div.DivClassName
{
background-color: #410FF1;
}
.BgClassName
{
background-color: #410FF1;
}
</style>
border-color css
<style>
span { border-color: #410FF1; }
span { border-color: rgb(65,15,241); }
td.TdClassName
{
border-color: #410FF1;
}
.TagClassName
{
border-color: #410FF1;
}
</style>