Shades of Han Purple #410FFA
Tints of Han Purple #410FFA
RGB
CMYK
RGB Variations
Color information
#410FFA (or 0x410FFA) is known color: Han Purple. HEX triplet: 41, 0F and FA. RGB value is (65,15,250). Sum of RGB (Red+Green+Blue) = 65+15+250=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #410FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410FFA is #BEF005. Grayscale: #373737. Windows color (decimal): -12513286 or 16387905. OLE color: 16387905.
HSL color Cylindrical-coordinate representation of color #410FFA: hue angle of 252.77º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410FFA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 15 | 250 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.02 |
| HSL | 252.77º | 0.96% | 0.52% | - |
| HSV(B) | 252.77º | 0.94% | 0.98% | - |
| XYZ | 19.61 | 8.37 | 91.02 | - |
| YUV | 56.74 | 237.07 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 250 | 0.74 | 0.94 | 0 | 0.02 | 252.77 | 0.96 | 0.52 |
| Hex | 41 | F | FA | 4A | 5E | 0 | 2 | FD | 60 | 34 |
| Octal | 101 | 17 | 372 | 112 | 136 | 0 | 2 | 375 | 140 | 64 |
| Binary | 1000001 | 1111 | 11111010 | 1001010 | 1011110 | 0 | 10 | 11111101 | 1100000 | 110100 |
Color Harmonies of #410FFA
Complementary color
Monochromatic Colors of #410FFA
Black with #410FFA
Text Example
Text Example
White with #410FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410FFA; }
p { color: rgb(65,15,250); }
H1.HeaderClassName
{
color: #410FFA;
}
.AnyTagClassName
{
color: #410FFA;
}
</style>
background-color css
<style>
a { background-color: #410FFA; }
a { background-color: rgb(65,15,250); }
div.DivClassName
{
background-color: #410FFA;
}
.BgClassName
{
background-color: #410FFA;
}
</style>
border-color css
<style>
span { border-color: #410FFA; }
span { border-color: rgb(65,15,250); }
td.TdClassName
{
border-color: #410FFA;
}
.TagClassName
{
border-color: #410FFA;
}
</style>