Shades of Han Purple #410EFF
Tints of Han Purple #410EFF
RGB
CMYK
RGB Variations
Color information
#410EFF (or 0x410EFF) is known color: Han Purple. HEX triplet: 41, 0E and FF. RGB value is (65,14,255). Sum of RGB (Red+Green+Blue) = 65+14+255=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #410EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410EFF is #BEF100. Grayscale: #373737. Windows color (decimal): -12513537 or 16715329. OLE color: 16715329.
HSL color Cylindrical-coordinate representation of color #410EFF: hue angle of 252.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410EFF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 14 | 255 | - |
| CMYK | 0.75 | 0.95 | 0 | 0 |
| HSL | 252.7º | 1% | 0.53% | - |
| HSV(B) | 252.7º | 0.95% | 1% | - |
| XYZ | 20.39 | 8.66 | 95.2 | - |
| YUV | 56.72 | 239.9 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 14 | 255 | 0.75 | 0.95 | 0 | 0 | 252.7 | 1 | 0.53 |
| Hex | 41 | E | FF | 4B | 5F | 0 | 0 | FD | 64 | 35 |
| Octal | 101 | 16 | 377 | 113 | 137 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000001 | 1110 | 11111111 | 1001011 | 1011111 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #410EFF
Complementary color
Monochromatic Colors of #410EFF
Black with #410EFF
Text Example
Text Example
White with #410EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410EFF; }
p { color: rgb(65,14,255); }
H1.HeaderClassName
{
color: #410EFF;
}
.AnyTagClassName
{
color: #410EFF;
}
</style>
background-color css
<style>
a { background-color: #410EFF; }
a { background-color: rgb(65,14,255); }
div.DivClassName
{
background-color: #410EFF;
}
.BgClassName
{
background-color: #410EFF;
}
</style>
border-color css
<style>
span { border-color: #410EFF; }
span { border-color: rgb(65,14,255); }
td.TdClassName
{
border-color: #410EFF;
}
.TagClassName
{
border-color: #410EFF;
}
</style>