Shades of Han Purple #412BEE
Tints of Han Purple #412BEE
RGB
CMYK
RGB Variations
Color information
#412BEE (or 0x412BEE) is known color: Han Purple. HEX triplet: 41, 2B and EE. RGB value is (65,43,238). Sum of RGB (Red+Green+Blue) = 65+43+238=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #412BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BEE is #BED411. Grayscale: #474747. Windows color (decimal): -12506130 or 15608641. OLE color: 15608641.
HSL color Cylindrical-coordinate representation of color #412BEE: hue angle of 246.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412BEE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 43 | 238 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.07 |
| HSL | 246.77º | 0.85% | 0.55% | - |
| HSV(B) | 246.77º | 0.82% | 0.93% | - |
| XYZ | 18.48 | 9.02 | 81.66 | - |
| YUV | 71.81 | 221.79 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 238 | 0.73 | 0.82 | 0 | 0.07 | 246.77 | 0.85 | 0.55 |
| Hex | 41 | 2B | EE | 49 | 52 | 0 | 7 | F7 | 55 | 37 |
| Octal | 101 | 53 | 356 | 111 | 122 | 0 | 7 | 367 | 125 | 67 |
| Binary | 1000001 | 101011 | 11101110 | 1001001 | 1010010 | 0 | 111 | 11110111 | 1010101 | 110111 |
Color Harmonies of #412BEE
Complementary color
Monochromatic Colors of #412BEE
Black with #412BEE
Text Example
Text Example
White with #412BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BEE; }
p { color: rgb(65,43,238); }
H1.HeaderClassName
{
color: #412BEE;
}
.AnyTagClassName
{
color: #412BEE;
}
</style>
background-color css
<style>
a { background-color: #412BEE; }
a { background-color: rgb(65,43,238); }
div.DivClassName
{
background-color: #412BEE;
}
.BgClassName
{
background-color: #412BEE;
}
</style>
border-color css
<style>
span { border-color: #412BEE; }
span { border-color: rgb(65,43,238); }
td.TdClassName
{
border-color: #412BEE;
}
.TagClassName
{
border-color: #412BEE;
}
</style>