Shades of Han Purple #412CEB
Tints of Han Purple #412CEB
RGB
CMYK
RGB Variations
Color information
#412CEB (or 0x412CEB) is known color: Han Purple. HEX triplet: 41, 2C and EB. RGB value is (65,44,235). Sum of RGB (Red+Green+Blue) = 65+44+235=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #412CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CEB is #BED314. Grayscale: #474747. Windows color (decimal): -12505877 or 15412289. OLE color: 15412289.
HSL color Cylindrical-coordinate representation of color #412CEB: hue angle of 246.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CEB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 44 | 235 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.08 |
| HSL | 246.6º | 0.83% | 0.55% | - |
| HSV(B) | 246.6º | 0.81% | 0.92% | - |
| XYZ | 18.08 | 8.92 | 79.37 | - |
| YUV | 72.05 | 219.96 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 235 | 0.72 | 0.81 | 0 | 0.08 | 246.6 | 0.83 | 0.55 |
| Hex | 41 | 2C | EB | 48 | 51 | 0 | 8 | F7 | 53 | 37 |
| Octal | 101 | 54 | 353 | 110 | 121 | 0 | 10 | 367 | 123 | 67 |
| Binary | 1000001 | 101100 | 11101011 | 1001000 | 1010001 | 0 | 1000 | 11110111 | 1010011 | 110111 |
Color Harmonies of #412CEB
Complementary color
Monochromatic Colors of #412CEB
Black with #412CEB
Text Example
Text Example
White with #412CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CEB; }
p { color: rgb(65,44,235); }
H1.HeaderClassName
{
color: #412CEB;
}
.AnyTagClassName
{
color: #412CEB;
}
</style>
background-color css
<style>
a { background-color: #412CEB; }
a { background-color: rgb(65,44,235); }
div.DivClassName
{
background-color: #412CEB;
}
.BgClassName
{
background-color: #412CEB;
}
</style>
border-color css
<style>
span { border-color: #412CEB; }
span { border-color: rgb(65,44,235); }
td.TdClassName
{
border-color: #412CEB;
}
.TagClassName
{
border-color: #412CEB;
}
</style>