Shades of Han Purple #2822EE
Tints of Han Purple #2822EE
RGB
CMYK
RGB Variations
Color information
#2822EE (or 0x2822EE) is known color: Han Purple. HEX triplet: 28, 22 and EE. RGB value is (40,34,238). Sum of RGB (Red+Green+Blue) = 40+34+238=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #2822EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2822EE is #D7DD11. Grayscale: #3A3A3A. Windows color (decimal): -14146834 or 15606312. OLE color: 15606312.
HSL color Cylindrical-coordinate representation of color #2822EE: hue angle of 241.76º 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 #2822EE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 34 | 238 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.07 |
| HSL | 241.76º | 0.86% | 0.53% | - |
| HSV(B) | 241.76º | 0.86% | 0.93% | - |
| XYZ | 16.88 | 7.77 | 81.5 | - |
| YUV | 59.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 238 | 0.83 | 0.86 | 0 | 0.07 | 241.76 | 0.86 | 0.53 |
| Hex | 28 | 22 | EE | 53 | 56 | 0 | 7 | F2 | 56 | 35 |
| Octal | 50 | 42 | 356 | 123 | 126 | 0 | 7 | 362 | 126 | 65 |
| Binary | 101000 | 100010 | 11101110 | 1010011 | 1010110 | 0 | 111 | 11110010 | 1010110 | 110101 |
Color Harmonies of #2822EE
Complementary color
Monochromatic Colors of #2822EE
Black with #2822EE
Text Example
Text Example
White with #2822EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2822EE; }
p { color: rgb(40,34,238); }
H1.HeaderClassName
{
color: #2822EE;
}
.AnyTagClassName
{
color: #2822EE;
}
</style>
background-color css
<style>
a { background-color: #2822EE; }
a { background-color: rgb(40,34,238); }
div.DivClassName
{
background-color: #2822EE;
}
.BgClassName
{
background-color: #2822EE;
}
</style>
border-color css
<style>
span { border-color: #2822EE; }
span { border-color: rgb(40,34,238); }
td.TdClassName
{
border-color: #2822EE;
}
.TagClassName
{
border-color: #2822EE;
}
</style>