Shades of Han Purple #412BE2
Tints of Han Purple #412BE2
RGB
CMYK
RGB Variations
Color information
#412BE2 (or 0x412BE2) is known color: Han Purple. HEX triplet: 41, 2B and E2. RGB value is (65,43,226). Sum of RGB (Red+Green+Blue) = 65+43+226=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 226 (88.67% from 255 or 67.66% from 334); Max value from RGB is 226 - color contains mainly: blue. Hex color #412BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BE2 is #BED41D. Grayscale: #454545. Windows color (decimal): -12506142 or 14822209. OLE color: 14822209.
HSL color Cylindrical-coordinate representation of color #412BE2: hue angle of 247.21º 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 #412BE2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 43 | 226 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.11 |
| HSL | 247.21º | 0.76% | 0.53% | - |
| HSV(B) | 247.21º | 0.81% | 0.89% | - |
| XYZ | 16.77 | 8.34 | 72.68 | - |
| YUV | 70.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 226 | 0.71 | 0.81 | 0 | 0.11 | 247.21 | 0.76 | 0.53 |
| Hex | 41 | 2B | E2 | 47 | 51 | 0 | B | F7 | 4C | 35 |
| Octal | 101 | 53 | 342 | 107 | 121 | 0 | 13 | 367 | 114 | 65 |
| Binary | 1000001 | 101011 | 11100010 | 1000111 | 1010001 | 0 | 1011 | 11110111 | 1001100 | 110101 |
Color Harmonies of #412BE2
Complementary color
Monochromatic Colors of #412BE2
Black with #412BE2
Text Example
Text Example
White with #412BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BE2; }
p { color: rgb(65,43,226); }
H1.HeaderClassName
{
color: #412BE2;
}
.AnyTagClassName
{
color: #412BE2;
}
</style>
background-color css
<style>
a { background-color: #412BE2; }
a { background-color: rgb(65,43,226); }
div.DivClassName
{
background-color: #412BE2;
}
.BgClassName
{
background-color: #412BE2;
}
</style>
border-color css
<style>
span { border-color: #412BE2; }
span { border-color: rgb(65,43,226); }
td.TdClassName
{
border-color: #412BE2;
}
.TagClassName
{
border-color: #412BE2;
}
</style>