Shades of Han Purple #411CF8
Tints of Han Purple #411CF8
RGB
CMYK
RGB Variations
Color information
#411CF8 (or 0x411CF8) is known color: Han Purple. HEX triplet: 41, 1C and F8. RGB value is (65,28,248). Sum of RGB (Red+Green+Blue) = 65+28+248=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 248 (97.27% from 255 or 72.73% from 341); Max value from RGB is 248 - color contains mainly: blue. Hex color #411CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CF8 is #BEE307. Grayscale: #3F3F3F. Windows color (decimal): -12509960 or 16260161. OLE color: 16260161.
HSL color Cylindrical-coordinate representation of color #411CF8: hue angle of 250.09º 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 #411CF8 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 28 | 248 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.03 |
| HSL | 250.09º | 0.94% | 0.54% | - |
| HSV(B) | 250.09º | 0.89% | 0.97% | - |
| XYZ | 19.54 | 8.73 | 89.46 | - |
| YUV | 64.14 | 231.76 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 248 | 0.74 | 0.89 | 0 | 0.03 | 250.09 | 0.94 | 0.54 |
| Hex | 41 | 1C | F8 | 4A | 59 | 0 | 3 | FA | 5E | 36 |
| Octal | 101 | 34 | 370 | 112 | 131 | 0 | 3 | 372 | 136 | 66 |
| Binary | 1000001 | 11100 | 11111000 | 1001010 | 1011001 | 0 | 11 | 11111010 | 1011110 | 110110 |
Color Harmonies of #411CF8
Complementary color
Monochromatic Colors of #411CF8
Black with #411CF8
Text Example
Text Example
White with #411CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CF8; }
p { color: rgb(65,28,248); }
H1.HeaderClassName
{
color: #411CF8;
}
.AnyTagClassName
{
color: #411CF8;
}
</style>
background-color css
<style>
a { background-color: #411CF8; }
a { background-color: rgb(65,28,248); }
div.DivClassName
{
background-color: #411CF8;
}
.BgClassName
{
background-color: #411CF8;
}
</style>
border-color css
<style>
span { border-color: #411CF8; }
span { border-color: rgb(65,28,248); }
td.TdClassName
{
border-color: #411CF8;
}
.TagClassName
{
border-color: #411CF8;
}
</style>