Shades of Han Purple #411FE0
Tints of Han Purple #411FE0
RGB
CMYK
RGB Variations
Color information
#411FE0 (or 0x411FE0) is known color: Han Purple. HEX triplet: 41, 1F and E0. RGB value is (65,31,224). Sum of RGB (Red+Green+Blue) = 65+31+224=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #411FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FE0 is #BEE01F. Grayscale: #3E3E3E. Windows color (decimal): -12509216 or 14688065. OLE color: 14688065.
HSL color Cylindrical-coordinate representation of color #411FE0: hue angle of 250.57º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411FE0 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 31 | 224 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.12 |
| HSL | 250.57º | 0.76% | 0.5% | - |
| HSV(B) | 250.57º | 0.86% | 0.88% | - |
| XYZ | 16.12 | 7.49 | 71.12 | - |
| YUV | 63.17 | 218.76 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 224 | 0.71 | 0.86 | 0 | 0.12 | 250.57 | 0.76 | 0.5 |
| Hex | 41 | 1F | E0 | 47 | 56 | 0 | C | FB | 4C | 32 |
| Octal | 101 | 37 | 340 | 107 | 126 | 0 | 14 | 373 | 114 | 62 |
| Binary | 1000001 | 11111 | 11100000 | 1000111 | 1010110 | 0 | 1100 | 11111011 | 1001100 | 110010 |
Color Harmonies of #411FE0
Complementary color
Monochromatic Colors of #411FE0
Black with #411FE0
Text Example
Text Example
White with #411FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411FE0; }
p { color: rgb(65,31,224); }
H1.HeaderClassName
{
color: #411FE0;
}
.AnyTagClassName
{
color: #411FE0;
}
</style>
background-color css
<style>
a { background-color: #411FE0; }
a { background-color: rgb(65,31,224); }
div.DivClassName
{
background-color: #411FE0;
}
.BgClassName
{
background-color: #411FE0;
}
</style>
border-color css
<style>
span { border-color: #411FE0; }
span { border-color: rgb(65,31,224); }
td.TdClassName
{
border-color: #411FE0;
}
.TagClassName
{
border-color: #411FE0;
}
</style>