Shades of Han Purple #410FEB
Tints of Han Purple #410FEB
RGB
CMYK
RGB Variations
Color information
#410FEB (or 0x410FEB) is known color: Han Purple. HEX triplet: 41, 0F and EB. RGB value is (65,15,235). Sum of RGB (Red+Green+Blue) = 65+15+235=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #410FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FEB is #BEF014. Grayscale: #363636. Windows color (decimal): -12513301 or 15404865. OLE color: 15404865.
HSL color Cylindrical-coordinate representation of color #410FEB: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410FEB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 15 | 235 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.08 |
| HSL | 253.64º | 0.88% | 0.49% | - |
| HSV(B) | 253.64º | 0.94% | 0.92% | - |
| XYZ | 17.35 | 7.46 | 79.12 | - |
| YUV | 55.03 | 229.57 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 235 | 0.72 | 0.94 | 0 | 0.08 | 253.64 | 0.88 | 0.49 |
| Hex | 41 | F | EB | 48 | 5E | 0 | 8 | FE | 58 | 31 |
| Octal | 101 | 17 | 353 | 110 | 136 | 0 | 10 | 376 | 130 | 61 |
| Binary | 1000001 | 1111 | 11101011 | 1001000 | 1011110 | 0 | 1000 | 11111110 | 1011000 | 110001 |
Color Harmonies of #410FEB
Complementary color
Monochromatic Colors of #410FEB
Black with #410FEB
Text Example
Text Example
White with #410FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FEB; }
p { color: rgb(65,15,235); }
H1.HeaderClassName
{
color: #410FEB;
}
.AnyTagClassName
{
color: #410FEB;
}
</style>
background-color css
<style>
a { background-color: #410FEB; }
a { background-color: rgb(65,15,235); }
div.DivClassName
{
background-color: #410FEB;
}
.BgClassName
{
background-color: #410FEB;
}
</style>
border-color css
<style>
span { border-color: #410FEB; }
span { border-color: rgb(65,15,235); }
td.TdClassName
{
border-color: #410FEB;
}
.TagClassName
{
border-color: #410FEB;
}
</style>