Shades of Han Purple #4122EE
Tints of Han Purple #4122EE
RGB
CMYK
RGB Variations
Color information
#4122EE (or 0x4122EE) is known color: Han Purple. HEX triplet: 41, 22 and EE. RGB value is (65,34,238). Sum of RGB (Red+Green+Blue) = 65+34+238=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #4122EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4122EE is #BEDD11. Grayscale: #414141. Windows color (decimal): -12508434 or 15606337. OLE color: 15606337.
HSL color Cylindrical-coordinate representation of color #4122EE: hue angle of 249.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4122EE is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 34 | 238 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.07 |
| HSL | 249.12º | 0.86% | 0.53% | - |
| HSV(B) | 249.12º | 0.86% | 0.93% | - |
| XYZ | 18.18 | 8.44 | 81.56 | - |
| YUV | 66.53 | 224.77 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 238 | 0.73 | 0.86 | 0 | 0.07 | 249.12 | 0.86 | 0.53 |
| Hex | 41 | 22 | EE | 49 | 56 | 0 | 7 | F9 | 56 | 35 |
| Octal | 101 | 42 | 356 | 111 | 126 | 0 | 7 | 371 | 126 | 65 |
| Binary | 1000001 | 100010 | 11101110 | 1001001 | 1010110 | 0 | 111 | 11111001 | 1010110 | 110101 |
Color Harmonies of #4122EE
Complementary color
Monochromatic Colors of #4122EE
Black with #4122EE
Text Example
Text Example
White with #4122EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122EE; }
p { color: rgb(65,34,238); }
H1.HeaderClassName
{
color: #4122EE;
}
.AnyTagClassName
{
color: #4122EE;
}
</style>
background-color css
<style>
a { background-color: #4122EE; }
a { background-color: rgb(65,34,238); }
div.DivClassName
{
background-color: #4122EE;
}
.BgClassName
{
background-color: #4122EE;
}
</style>
border-color css
<style>
span { border-color: #4122EE; }
span { border-color: rgb(65,34,238); }
td.TdClassName
{
border-color: #4122EE;
}
.TagClassName
{
border-color: #4122EE;
}
</style>