Shades of Han Purple #412EE0
Tints of Han Purple #412EE0
RGB
CMYK
RGB Variations
Color information
#412EE0 (or 0x412EE0) is known color: Han Purple. HEX triplet: 41, 2E and E0. RGB value is (65,46,224). Sum of RGB (Red+Green+Blue) = 65+46+224=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #412EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412EE0 is #BED11F. Grayscale: #474747. Windows color (decimal): -12505376 or 14691905. OLE color: 14691905.
HSL color Cylindrical-coordinate representation of color #412EE0: hue angle of 246.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412EE0 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 46 | 224 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.12 |
| HSL | 246.4º | 0.74% | 0.53% | - |
| HSV(B) | 246.4º | 0.79% | 0.88% | - |
| XYZ | 16.61 | 8.46 | 71.28 | - |
| YUV | 71.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 224 | 0.71 | 0.79 | 0 | 0.12 | 246.4 | 0.74 | 0.53 |
| Hex | 41 | 2E | E0 | 47 | 4F | 0 | C | F6 | 4A | 35 |
| Octal | 101 | 56 | 340 | 107 | 117 | 0 | 14 | 366 | 112 | 65 |
| Binary | 1000001 | 101110 | 11100000 | 1000111 | 1001111 | 0 | 1100 | 11110110 | 1001010 | 110101 |
Color Harmonies of #412EE0
Complementary color
Monochromatic Colors of #412EE0
Black with #412EE0
Text Example
Text Example
White with #412EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412EE0; }
p { color: rgb(65,46,224); }
H1.HeaderClassName
{
color: #412EE0;
}
.AnyTagClassName
{
color: #412EE0;
}
</style>
background-color css
<style>
a { background-color: #412EE0; }
a { background-color: rgb(65,46,224); }
div.DivClassName
{
background-color: #412EE0;
}
.BgClassName
{
background-color: #412EE0;
}
</style>
border-color css
<style>
span { border-color: #412EE0; }
span { border-color: rgb(65,46,224); }
td.TdClassName
{
border-color: #412EE0;
}
.TagClassName
{
border-color: #412EE0;
}
</style>