Shades of Han Purple #411FE3
Tints of Han Purple #411FE3
RGB
CMYK
RGB Variations
Color information
#411FE3 (or 0x411FE3) is known color: Han Purple. HEX triplet: 41, 1F and E3. RGB value is (65,31,227). Sum of RGB (Red+Green+Blue) = 65+31+227=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #411FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FE3 is #BEE01C. Grayscale: #3E3E3E. Windows color (decimal): -12509213 or 14884673. OLE color: 14884673.
HSL color Cylindrical-coordinate representation of color #411FE3: hue angle of 250.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411FE3 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 31 | 227 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.11 |
| HSL | 250.41º | 0.78% | 0.51% | - |
| HSV(B) | 250.41º | 0.86% | 0.89% | - |
| XYZ | 16.54 | 7.65 | 73.28 | - |
| YUV | 63.51 | 220.26 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 227 | 0.71 | 0.86 | 0 | 0.11 | 250.41 | 0.78 | 0.51 |
| Hex | 41 | 1F | E3 | 47 | 56 | 0 | B | FA | 4E | 33 |
| Octal | 101 | 37 | 343 | 107 | 126 | 0 | 13 | 372 | 116 | 63 |
| Binary | 1000001 | 11111 | 11100011 | 1000111 | 1010110 | 0 | 1011 | 11111010 | 1001110 | 110011 |
Color Harmonies of #411FE3
Complementary color
Monochromatic Colors of #411FE3
Black with #411FE3
Text Example
Text Example
White with #411FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FE3; }
p { color: rgb(65,31,227); }
H1.HeaderClassName
{
color: #411FE3;
}
.AnyTagClassName
{
color: #411FE3;
}
</style>
background-color css
<style>
a { background-color: #411FE3; }
a { background-color: rgb(65,31,227); }
div.DivClassName
{
background-color: #411FE3;
}
.BgClassName
{
background-color: #411FE3;
}
</style>
border-color css
<style>
span { border-color: #411FE3; }
span { border-color: rgb(65,31,227); }
td.TdClassName
{
border-color: #411FE3;
}
.TagClassName
{
border-color: #411FE3;
}
</style>