Shades of Han Purple #411AF9
Tints of Han Purple #411AF9
RGB
CMYK
RGB Variations
Color information
#411AF9 (or 0x411AF9) is known color: Han Purple. HEX triplet: 41, 1A and F9. RGB value is (65,26,249). Sum of RGB (Red+Green+Blue) = 65+26+249=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #411AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AF9 is #BEE506. Grayscale: #3E3E3E. Windows color (decimal): -12510471 or 16325185. OLE color: 16325185.
HSL color Cylindrical-coordinate representation of color #411AF9: hue angle of 250.49º degrees, saturation: 0.95, 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 #411AF9 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 26 | 249 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.02 |
| HSL | 250.49º | 0.95% | 0.54% | - |
| HSV(B) | 250.49º | 0.9% | 0.98% | - |
| XYZ | 19.65 | 8.7 | 90.27 | - |
| YUV | 63.08 | 232.92 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 249 | 0.74 | 0.90 | 0 | 0.02 | 250.49 | 0.95 | 0.54 |
| Hex | 41 | 1A | F9 | 4A | 5A | 0 | 2 | FA | 5F | 36 |
| Octal | 101 | 32 | 371 | 112 | 132 | 0 | 2 | 372 | 137 | 66 |
| Binary | 1000001 | 11010 | 11111001 | 1001010 | 1011010 | 0 | 10 | 11111010 | 1011111 | 110110 |
Color Harmonies of #411AF9
Complementary color
Monochromatic Colors of #411AF9
Black with #411AF9
Text Example
Text Example
White with #411AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AF9; }
p { color: rgb(65,26,249); }
H1.HeaderClassName
{
color: #411AF9;
}
.AnyTagClassName
{
color: #411AF9;
}
</style>
background-color css
<style>
a { background-color: #411AF9; }
a { background-color: rgb(65,26,249); }
div.DivClassName
{
background-color: #411AF9;
}
.BgClassName
{
background-color: #411AF9;
}
</style>
border-color css
<style>
span { border-color: #411AF9; }
span { border-color: rgb(65,26,249); }
td.TdClassName
{
border-color: #411AF9;
}
.TagClassName
{
border-color: #411AF9;
}
</style>