Shades of Han Purple #2C22EE
Tints of Han Purple #2C22EE
RGB
CMYK
RGB Variations
Color information
#2C22EE (or 0x2C22EE) is known color: Han Purple. HEX triplet: 2C, 22 and EE. RGB value is (44,34,238). Sum of RGB (Red+Green+Blue) = 44+34+238=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C22EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C22EE is #D3DD11. Grayscale: #3B3B3B. Windows color (decimal): -13884690 or 15606316. OLE color: 15606316.
HSL color Cylindrical-coordinate representation of color #2C22EE: hue angle of 242.94º 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 #2C22EE is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 34 | 238 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.07 |
| HSL | 242.94º | 0.86% | 0.53% | - |
| HSV(B) | 242.94º | 0.86% | 0.93% | - |
| XYZ | 17.04 | 7.85 | 81.51 | - |
| YUV | 60.25 | 228.31 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 238 | 0.82 | 0.86 | 0 | 0.07 | 242.94 | 0.86 | 0.53 |
| Hex | 2C | 22 | EE | 52 | 56 | 0 | 7 | F3 | 56 | 35 |
| Octal | 54 | 42 | 356 | 122 | 126 | 0 | 7 | 363 | 126 | 65 |
| Binary | 101100 | 100010 | 11101110 | 1010010 | 1010110 | 0 | 111 | 11110011 | 1010110 | 110101 |
Color Harmonies of #2C22EE
Complementary color
Monochromatic Colors of #2C22EE
Black with #2C22EE
Text Example
Text Example
White with #2C22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C22EE; }
p { color: rgb(44,34,238); }
H1.HeaderClassName
{
color: #2C22EE;
}
.AnyTagClassName
{
color: #2C22EE;
}
</style>
background-color css
<style>
a { background-color: #2C22EE; }
a { background-color: rgb(44,34,238); }
div.DivClassName
{
background-color: #2C22EE;
}
.BgClassName
{
background-color: #2C22EE;
}
</style>
border-color css
<style>
span { border-color: #2C22EE; }
span { border-color: rgb(44,34,238); }
td.TdClassName
{
border-color: #2C22EE;
}
.TagClassName
{
border-color: #2C22EE;
}
</style>