Shades of Han Purple #2C21EE
Tints of Han Purple #2C21EE
RGB
CMYK
RGB Variations
Color information
#2C21EE (or 0x2C21EE) is known color: Han Purple. HEX triplet: 2C, 21 and EE. RGB value is (44,33,238). Sum of RGB (Red+Green+Blue) = 44+33+238=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C21EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C21EE is #D3DE11. Grayscale: #3A3A3A. Windows color (decimal): -13884946 or 15606060. OLE color: 15606060.
HSL color Cylindrical-coordinate representation of color #2C21EE: hue angle of 243.22º 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 #2C21EE is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 33 | 238 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.07 |
| HSL | 243.22º | 0.86% | 0.53% | - |
| HSV(B) | 243.22º | 0.86% | 0.93% | - |
| XYZ | 17.02 | 7.8 | 81.5 | - |
| YUV | 59.66 | 228.64 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 238 | 0.82 | 0.86 | 0 | 0.07 | 243.22 | 0.86 | 0.53 |
| Hex | 2C | 21 | EE | 52 | 56 | 0 | 7 | F3 | 56 | 35 |
| Octal | 54 | 41 | 356 | 122 | 126 | 0 | 7 | 363 | 126 | 65 |
| Binary | 101100 | 100001 | 11101110 | 1010010 | 1010110 | 0 | 111 | 11110011 | 1010110 | 110101 |
Color Harmonies of #2C21EE
Complementary color
Monochromatic Colors of #2C21EE
Black with #2C21EE
Text Example
Text Example
White with #2C21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C21EE; }
p { color: rgb(44,33,238); }
H1.HeaderClassName
{
color: #2C21EE;
}
.AnyTagClassName
{
color: #2C21EE;
}
</style>
background-color css
<style>
a { background-color: #2C21EE; }
a { background-color: rgb(44,33,238); }
div.DivClassName
{
background-color: #2C21EE;
}
.BgClassName
{
background-color: #2C21EE;
}
</style>
border-color css
<style>
span { border-color: #2C21EE; }
span { border-color: rgb(44,33,238); }
td.TdClassName
{
border-color: #2C21EE;
}
.TagClassName
{
border-color: #2C21EE;
}
</style>