Shades of Han Purple #412DEE
Tints of Han Purple #412DEE
RGB
CMYK
RGB Variations
Color information
#412DEE (or 0x412DEE) is known color: Han Purple. HEX triplet: 41, 2D and EE. RGB value is (65,45,238). Sum of RGB (Red+Green+Blue) = 65+45+238=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #412DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DEE is #BED211. Grayscale: #484848. Windows color (decimal): -12505618 or 15609153. OLE color: 15609153.
HSL color Cylindrical-coordinate representation of color #412DEE: hue angle of 246.22º degrees, saturation: 0.85, 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 #412DEE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 45 | 238 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.07 |
| HSL | 246.22º | 0.85% | 0.55% | - |
| HSV(B) | 246.22º | 0.81% | 0.93% | - |
| XYZ | 18.55 | 9.17 | 81.68 | - |
| YUV | 72.98 | 221.13 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 238 | 0.73 | 0.81 | 0 | 0.07 | 246.22 | 0.85 | 0.55 |
| Hex | 41 | 2D | EE | 49 | 51 | 0 | 7 | F6 | 55 | 37 |
| Octal | 101 | 55 | 356 | 111 | 121 | 0 | 7 | 366 | 125 | 67 |
| Binary | 1000001 | 101101 | 11101110 | 1001001 | 1010001 | 0 | 111 | 11110110 | 1010101 | 110111 |
Color Harmonies of #412DEE
Complementary color
Monochromatic Colors of #412DEE
Black with #412DEE
Text Example
Text Example
White with #412DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DEE; }
p { color: rgb(65,45,238); }
H1.HeaderClassName
{
color: #412DEE;
}
.AnyTagClassName
{
color: #412DEE;
}
</style>
background-color css
<style>
a { background-color: #412DEE; }
a { background-color: rgb(65,45,238); }
div.DivClassName
{
background-color: #412DEE;
}
.BgClassName
{
background-color: #412DEE;
}
</style>
border-color css
<style>
span { border-color: #412DEE; }
span { border-color: rgb(65,45,238); }
td.TdClassName
{
border-color: #412DEE;
}
.TagClassName
{
border-color: #412DEE;
}
</style>