Shades of Han Purple #412CEC
Tints of Han Purple #412CEC
RGB
CMYK
RGB Variations
Color information
#412CEC (or 0x412CEC) is known color: Han Purple. HEX triplet: 41, 2C and EC. RGB value is (65,44,236). Sum of RGB (Red+Green+Blue) = 65+44+236=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #412CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CEC is #BED313. Grayscale: #474747. Windows color (decimal): -12505876 or 15477825. OLE color: 15477825.
HSL color Cylindrical-coordinate representation of color #412CEC: hue angle of 246.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CEC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 44 | 236 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.07 |
| HSL | 246.56º | 0.83% | 0.55% | - |
| HSV(B) | 246.56º | 0.81% | 0.93% | - |
| XYZ | 18.22 | 8.98 | 80.13 | - |
| YUV | 72.17 | 220.46 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 236 | 0.72 | 0.81 | 0 | 0.07 | 246.56 | 0.83 | 0.55 |
| Hex | 41 | 2C | EC | 48 | 51 | 0 | 7 | F7 | 53 | 37 |
| Octal | 101 | 54 | 354 | 110 | 121 | 0 | 7 | 367 | 123 | 67 |
| Binary | 1000001 | 101100 | 11101100 | 1001000 | 1010001 | 0 | 111 | 11110111 | 1010011 | 110111 |
Color Harmonies of #412CEC
Complementary color
Monochromatic Colors of #412CEC
Black with #412CEC
Text Example
Text Example
White with #412CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CEC; }
p { color: rgb(65,44,236); }
H1.HeaderClassName
{
color: #412CEC;
}
.AnyTagClassName
{
color: #412CEC;
}
</style>
background-color css
<style>
a { background-color: #412CEC; }
a { background-color: rgb(65,44,236); }
div.DivClassName
{
background-color: #412CEC;
}
.BgClassName
{
background-color: #412CEC;
}
</style>
border-color css
<style>
span { border-color: #412CEC; }
span { border-color: rgb(65,44,236); }
td.TdClassName
{
border-color: #412CEC;
}
.TagClassName
{
border-color: #412CEC;
}
</style>