Shades of Han Purple #411FE9
Tints of Han Purple #411FE9
RGB
CMYK
RGB Variations
Color information
#411FE9 (or 0x411FE9) is known color: Han Purple. HEX triplet: 41, 1F and E9. RGB value is (65,31,233). Sum of RGB (Red+Green+Blue) = 65+31+233=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #411FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411FE9 is #BEE016. Grayscale: #3F3F3F. Windows color (decimal): -12509207 or 15277889. OLE color: 15277889.
HSL color Cylindrical-coordinate representation of color #411FE9: hue angle of 250.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411FE9 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 31 | 233 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.09 |
| HSL | 250.1º | 0.82% | 0.52% | - |
| HSV(B) | 250.1º | 0.87% | 0.91% | - |
| XYZ | 17.38 | 7.99 | 77.72 | - |
| YUV | 64.19 | 223.26 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 233 | 0.72 | 0.87 | 0 | 0.09 | 250.1 | 0.82 | 0.52 |
| Hex | 41 | 1F | E9 | 48 | 57 | 0 | 9 | FA | 52 | 34 |
| Octal | 101 | 37 | 351 | 110 | 127 | 0 | 11 | 372 | 122 | 64 |
| Binary | 1000001 | 11111 | 11101001 | 1001000 | 1010111 | 0 | 1001 | 11111010 | 1010010 | 110100 |
Color Harmonies of #411FE9
Complementary color
Monochromatic Colors of #411FE9
Black with #411FE9
Text Example
Text Example
White with #411FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FE9; }
p { color: rgb(65,31,233); }
H1.HeaderClassName
{
color: #411FE9;
}
.AnyTagClassName
{
color: #411FE9;
}
</style>
background-color css
<style>
a { background-color: #411FE9; }
a { background-color: rgb(65,31,233); }
div.DivClassName
{
background-color: #411FE9;
}
.BgClassName
{
background-color: #411FE9;
}
</style>
border-color css
<style>
span { border-color: #411FE9; }
span { border-color: rgb(65,31,233); }
td.TdClassName
{
border-color: #411FE9;
}
.TagClassName
{
border-color: #411FE9;
}
</style>