Shades of Han Purple #412CE2
Tints of Han Purple #412CE2
RGB
CMYK
RGB Variations
Color information
#412CE2 (or 0x412CE2) is known color: Han Purple. HEX triplet: 41, 2C and E2. RGB value is (65,44,226). Sum of RGB (Red+Green+Blue) = 65+44+226=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 226 (88.67% from 255 or 67.46% from 335); Max value from RGB is 226 - color contains mainly: blue. Hex color #412CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CE2 is #BED31D. Grayscale: #464646. Windows color (decimal): -12505886 or 14822465. OLE color: 14822465.
HSL color Cylindrical-coordinate representation of color #412CE2: hue angle of 246.92º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CE2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 44 | 226 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.11 |
| HSL | 246.92º | 0.76% | 0.53% | - |
| HSV(B) | 246.92º | 0.81% | 0.89% | - |
| XYZ | 16.81 | 8.42 | 72.69 | - |
| YUV | 71.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 226 | 0.71 | 0.81 | 0 | 0.11 | 246.92 | 0.76 | 0.53 |
| Hex | 41 | 2C | E2 | 47 | 51 | 0 | B | F7 | 4C | 35 |
| Octal | 101 | 54 | 342 | 107 | 121 | 0 | 13 | 367 | 114 | 65 |
| Binary | 1000001 | 101100 | 11100010 | 1000111 | 1010001 | 0 | 1011 | 11110111 | 1001100 | 110101 |
Color Harmonies of #412CE2
Complementary color
Monochromatic Colors of #412CE2
Black with #412CE2
Text Example
Text Example
White with #412CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CE2; }
p { color: rgb(65,44,226); }
H1.HeaderClassName
{
color: #412CE2;
}
.AnyTagClassName
{
color: #412CE2;
}
</style>
background-color css
<style>
a { background-color: #412CE2; }
a { background-color: rgb(65,44,226); }
div.DivClassName
{
background-color: #412CE2;
}
.BgClassName
{
background-color: #412CE2;
}
</style>
border-color css
<style>
span { border-color: #412CE2; }
span { border-color: rgb(65,44,226); }
td.TdClassName
{
border-color: #412CE2;
}
.TagClassName
{
border-color: #412CE2;
}
</style>