Shades of Han Purple #411AF8
Tints of Han Purple #411AF8
RGB
CMYK
RGB Variations
Color information
#411AF8 (or 0x411AF8) is known color: Han Purple. HEX triplet: 41, 1A and F8. RGB value is (65,26,248). Sum of RGB (Red+Green+Blue) = 65+26+248=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 248 (97.27% from 255 or 73.16% from 339); Max value from RGB is 248 - color contains mainly: blue. Hex color #411AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AF8 is #BEE507. Grayscale: #3E3E3E. Windows color (decimal): -12510472 or 16259649. OLE color: 16259649.
HSL color Cylindrical-coordinate representation of color #411AF8: hue angle of 250.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #411AF8 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 26 | 248 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.03 |
| HSL | 250.54º | 0.94% | 0.54% | - |
| HSV(B) | 250.54º | 0.9% | 0.97% | - |
| XYZ | 19.49 | 8.64 | 89.45 | - |
| YUV | 62.97 | 232.42 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 248 | 0.74 | 0.90 | 0 | 0.03 | 250.54 | 0.94 | 0.54 |
| Hex | 41 | 1A | F8 | 4A | 5A | 0 | 3 | FB | 5E | 36 |
| Octal | 101 | 32 | 370 | 112 | 132 | 0 | 3 | 373 | 136 | 66 |
| Binary | 1000001 | 11010 | 11111000 | 1001010 | 1011010 | 0 | 11 | 11111011 | 1011110 | 110110 |
Color Harmonies of #411AF8
Complementary color
Monochromatic Colors of #411AF8
Black with #411AF8
Text Example
Text Example
White with #411AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AF8; }
p { color: rgb(65,26,248); }
H1.HeaderClassName
{
color: #411AF8;
}
.AnyTagClassName
{
color: #411AF8;
}
</style>
background-color css
<style>
a { background-color: #411AF8; }
a { background-color: rgb(65,26,248); }
div.DivClassName
{
background-color: #411AF8;
}
.BgClassName
{
background-color: #411AF8;
}
</style>
border-color css
<style>
span { border-color: #411AF8; }
span { border-color: rgb(65,26,248); }
td.TdClassName
{
border-color: #411AF8;
}
.TagClassName
{
border-color: #411AF8;
}
</style>