Shades of Han Purple #411CF9
Tints of Han Purple #411CF9
RGB
CMYK
RGB Variations
Color information
#411CF9 (or 0x411CF9) is known color: Han Purple. HEX triplet: 41, 1C and F9. RGB value is (65,28,249). Sum of RGB (Red+Green+Blue) = 65+28+249=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #411CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CF9 is #BEE306. Grayscale: #3F3F3F. Windows color (decimal): -12509959 or 16325697. OLE color: 16325697.
HSL color Cylindrical-coordinate representation of color #411CF9: hue angle of 250.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411CF9 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 28 | 249 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.02 |
| HSL | 250.05º | 0.95% | 0.54% | - |
| HSV(B) | 250.05º | 0.89% | 0.98% | - |
| XYZ | 19.69 | 8.79 | 90.28 | - |
| YUV | 64.26 | 232.26 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 249 | 0.74 | 0.89 | 0 | 0.02 | 250.05 | 0.95 | 0.54 |
| Hex | 41 | 1C | F9 | 4A | 59 | 0 | 2 | FA | 5F | 36 |
| Octal | 101 | 34 | 371 | 112 | 131 | 0 | 2 | 372 | 137 | 66 |
| Binary | 1000001 | 11100 | 11111001 | 1001010 | 1011001 | 0 | 10 | 11111010 | 1011111 | 110110 |
Color Harmonies of #411CF9
Complementary color
Monochromatic Colors of #411CF9
Black with #411CF9
Text Example
Text Example
White with #411CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CF9; }
p { color: rgb(65,28,249); }
H1.HeaderClassName
{
color: #411CF9;
}
.AnyTagClassName
{
color: #411CF9;
}
</style>
background-color css
<style>
a { background-color: #411CF9; }
a { background-color: rgb(65,28,249); }
div.DivClassName
{
background-color: #411CF9;
}
.BgClassName
{
background-color: #411CF9;
}
</style>
border-color css
<style>
span { border-color: #411CF9; }
span { border-color: rgb(65,28,249); }
td.TdClassName
{
border-color: #411CF9;
}
.TagClassName
{
border-color: #411CF9;
}
</style>