Shades of Han Purple #411BF8
Tints of Han Purple #411BF8
RGB
CMYK
RGB Variations
Color information
#411BF8 (or 0x411BF8) is known color: Han Purple. HEX triplet: 41, 1B and F8. RGB value is (65,27,248). Sum of RGB (Red+Green+Blue) = 65+27+248=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 248 (97.27% from 255 or 72.94% from 340); Max value from RGB is 248 - color contains mainly: blue. Hex color #411BF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411BF8 is #BEE407. Grayscale: #3E3E3E. Windows color (decimal): -12510216 or 16259905. OLE color: 16259905.
HSL color Cylindrical-coordinate representation of color #411BF8: hue angle of 250.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411BF8 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 27 | 248 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.03 |
| HSL | 250.32º | 0.94% | 0.54% | - |
| HSV(B) | 250.32º | 0.89% | 0.97% | - |
| XYZ | 19.52 | 8.68 | 89.45 | - |
| YUV | 63.56 | 232.09 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 248 | 0.74 | 0.89 | 0 | 0.03 | 250.32 | 0.94 | 0.54 |
| Hex | 41 | 1B | F8 | 4A | 59 | 0 | 3 | FA | 5E | 36 |
| Octal | 101 | 33 | 370 | 112 | 131 | 0 | 3 | 372 | 136 | 66 |
| Binary | 1000001 | 11011 | 11111000 | 1001010 | 1011001 | 0 | 11 | 11111010 | 1011110 | 110110 |
Color Harmonies of #411BF8
Complementary color
Monochromatic Colors of #411BF8
Black with #411BF8
Text Example
Text Example
White with #411BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411BF8; }
p { color: rgb(65,27,248); }
H1.HeaderClassName
{
color: #411BF8;
}
.AnyTagClassName
{
color: #411BF8;
}
</style>
background-color css
<style>
a { background-color: #411BF8; }
a { background-color: rgb(65,27,248); }
div.DivClassName
{
background-color: #411BF8;
}
.BgClassName
{
background-color: #411BF8;
}
</style>
border-color css
<style>
span { border-color: #411BF8; }
span { border-color: rgb(65,27,248); }
td.TdClassName
{
border-color: #411BF8;
}
.TagClassName
{
border-color: #411BF8;
}
</style>