Shades of Han Purple #411AFA
Tints of Han Purple #411AFA
RGB
CMYK
RGB Variations
Color information
#411AFA (or 0x411AFA) is known color: Han Purple. HEX triplet: 41, 1A and FA. RGB value is (65,26,250). Sum of RGB (Red+Green+Blue) = 65+26+250=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #411AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AFA is #BEE505. Grayscale: #3E3E3E. Windows color (decimal): -12510470 or 16390721. OLE color: 16390721.
HSL color Cylindrical-coordinate representation of color #411AFA: hue angle of 250.45º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #411AFA is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 26 | 250 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.02 |
| HSL | 250.45º | 0.96% | 0.54% | - |
| HSV(B) | 250.45º | 0.9% | 0.98% | - |
| XYZ | 19.8 | 8.76 | 91.09 | - |
| YUV | 63.2 | 233.42 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 250 | 0.74 | 0.90 | 0 | 0.02 | 250.45 | 0.96 | 0.54 |
| Hex | 41 | 1A | FA | 4A | 5A | 0 | 2 | FA | 60 | 36 |
| Octal | 101 | 32 | 372 | 112 | 132 | 0 | 2 | 372 | 140 | 66 |
| Binary | 1000001 | 11010 | 11111010 | 1001010 | 1011010 | 0 | 10 | 11111010 | 1100000 | 110110 |
Color Harmonies of #411AFA
Complementary color
Monochromatic Colors of #411AFA
Black with #411AFA
Text Example
Text Example
White with #411AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AFA; }
p { color: rgb(65,26,250); }
H1.HeaderClassName
{
color: #411AFA;
}
.AnyTagClassName
{
color: #411AFA;
}
</style>
background-color css
<style>
a { background-color: #411AFA; }
a { background-color: rgb(65,26,250); }
div.DivClassName
{
background-color: #411AFA;
}
.BgClassName
{
background-color: #411AFA;
}
</style>
border-color css
<style>
span { border-color: #411AFA; }
span { border-color: rgb(65,26,250); }
td.TdClassName
{
border-color: #411AFA;
}
.TagClassName
{
border-color: #411AFA;
}
</style>