Shades of Han Purple #412EDE
Tints of Han Purple #412EDE
RGB
CMYK
RGB Variations
Color information
#412EDE (or 0x412EDE) is known color: Han Purple. HEX triplet: 41, 2E and DE. RGB value is (65,46,222). Sum of RGB (Red+Green+Blue) = 65+46+222=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #412EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412EDE is #BED121. Grayscale: #474747. Windows color (decimal): -12505378 or 14560833. OLE color: 14560833.
HSL color Cylindrical-coordinate representation of color #412EDE: hue angle of 246.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412EDE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 46 | 222 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.13 |
| HSL | 246.48º | 0.73% | 0.53% | - |
| HSV(B) | 246.48º | 0.79% | 0.87% | - |
| XYZ | 16.34 | 8.35 | 69.86 | - |
| YUV | 71.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 222 | 0.71 | 0.79 | 0 | 0.13 | 246.48 | 0.73 | 0.53 |
| Hex | 41 | 2E | DE | 47 | 4F | 0 | D | F6 | 49 | 35 |
| Octal | 101 | 56 | 336 | 107 | 117 | 0 | 15 | 366 | 111 | 65 |
| Binary | 1000001 | 101110 | 11011110 | 1000111 | 1001111 | 0 | 1101 | 11110110 | 1001001 | 110101 |
Color Harmonies of #412EDE
Complementary color
Monochromatic Colors of #412EDE
Black with #412EDE
Text Example
Text Example
White with #412EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412EDE; }
p { color: rgb(65,46,222); }
H1.HeaderClassName
{
color: #412EDE;
}
.AnyTagClassName
{
color: #412EDE;
}
</style>
background-color css
<style>
a { background-color: #412EDE; }
a { background-color: rgb(65,46,222); }
div.DivClassName
{
background-color: #412EDE;
}
.BgClassName
{
background-color: #412EDE;
}
</style>
border-color css
<style>
span { border-color: #412EDE; }
span { border-color: rgb(65,46,222); }
td.TdClassName
{
border-color: #412EDE;
}
.TagClassName
{
border-color: #412EDE;
}
</style>