Shades of Han Purple #2C20EB
Tints of Han Purple #2C20EB
RGB
CMYK
RGB Variations
Color information
#2C20EB (or 0x2C20EB) is known color: Han Purple. HEX triplet: 2C, 20 and EB. RGB value is (44,32,235). Sum of RGB (Red+Green+Blue) = 44+32+235=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C20EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C20EB is #D3DF14. Grayscale: #393939. Windows color (decimal): -13885205 or 15409196. OLE color: 15409196.
HSL color Cylindrical-coordinate representation of color #2C20EB: hue angle of 243.55º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C20EB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 32 | 235 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.08 |
| HSL | 243.55º | 0.84% | 0.52% | - |
| HSV(B) | 243.55º | 0.86% | 0.92% | - |
| XYZ | 16.55 | 7.57 | 79.19 | - |
| YUV | 58.73 | 227.48 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 235 | 0.81 | 0.86 | 0 | 0.08 | 243.55 | 0.84 | 0.52 |
| Hex | 2C | 20 | EB | 51 | 56 | 0 | 8 | F4 | 54 | 34 |
| Octal | 54 | 40 | 353 | 121 | 126 | 0 | 10 | 364 | 124 | 64 |
| Binary | 101100 | 100000 | 11101011 | 1010001 | 1010110 | 0 | 1000 | 11110100 | 1010100 | 110100 |
Color Harmonies of #2C20EB
Complementary color
Monochromatic Colors of #2C20EB
Black with #2C20EB
Text Example
Text Example
White with #2C20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C20EB; }
p { color: rgb(44,32,235); }
H1.HeaderClassName
{
color: #2C20EB;
}
.AnyTagClassName
{
color: #2C20EB;
}
</style>
background-color css
<style>
a { background-color: #2C20EB; }
a { background-color: rgb(44,32,235); }
div.DivClassName
{
background-color: #2C20EB;
}
.BgClassName
{
background-color: #2C20EB;
}
</style>
border-color css
<style>
span { border-color: #2C20EB; }
span { border-color: rgb(44,32,235); }
td.TdClassName
{
border-color: #2C20EB;
}
.TagClassName
{
border-color: #2C20EB;
}
</style>