Shades of Han Purple #410BFA
Tints of Han Purple #410BFA
RGB
CMYK
RGB Variations
Color information
#410BFA (or 0x410BFA) is known color: Han Purple. HEX triplet: 41, 0B and FA. RGB value is (65,11,250). Sum of RGB (Red+Green+Blue) = 65+11+250=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #410BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410BFA is #BEF405. Grayscale: #353535. Windows color (decimal): -12514310 or 16386881. OLE color: 16386881.
HSL color Cylindrical-coordinate representation of color #410BFA: hue angle of 253.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410BFA is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 11 | 250 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.02 |
| HSL | 253.56º | 0.96% | 0.51% | - |
| HSV(B) | 253.56º | 0.96% | 0.98% | - |
| XYZ | 19.55 | 8.27 | 91.01 | - |
| YUV | 54.39 | 238.39 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 250 | 0.74 | 0.96 | 0 | 0.02 | 253.56 | 0.96 | 0.51 |
| Hex | 41 | B | FA | 4A | 60 | 0 | 2 | FE | 60 | 33 |
| Octal | 101 | 13 | 372 | 112 | 140 | 0 | 2 | 376 | 140 | 63 |
| Binary | 1000001 | 1011 | 11111010 | 1001010 | 1100000 | 0 | 10 | 11111110 | 1100000 | 110011 |
Color Harmonies of #410BFA
Complementary color
Monochromatic Colors of #410BFA
Black with #410BFA
Text Example
Text Example
White with #410BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410BFA; }
p { color: rgb(65,11,250); }
H1.HeaderClassName
{
color: #410BFA;
}
.AnyTagClassName
{
color: #410BFA;
}
</style>
background-color css
<style>
a { background-color: #410BFA; }
a { background-color: rgb(65,11,250); }
div.DivClassName
{
background-color: #410BFA;
}
.BgClassName
{
background-color: #410BFA;
}
</style>
border-color css
<style>
span { border-color: #410BFA; }
span { border-color: rgb(65,11,250); }
td.TdClassName
{
border-color: #410BFA;
}
.TagClassName
{
border-color: #410BFA;
}
</style>