Shades of Han Purple #2C1AEC
Tints of Han Purple #2C1AEC
RGB
CMYK
RGB Variations
Color information
#2C1AEC (or 0x2C1AEC) is known color: Han Purple. HEX triplet: 2C, 1A and EC. RGB value is (44,26,236). Sum of RGB (Red+Green+Blue) = 44+26+236=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C1AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1AEC is #D3E513. Grayscale: #363636. Windows color (decimal): -13886740 or 15473196. OLE color: 15473196.
HSL color Cylindrical-coordinate representation of color #2C1AEC: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1AEC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 26 | 236 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.07 |
| HSL | 245.14º | 0.85% | 0.51% | - |
| HSV(B) | 245.14º | 0.89% | 0.93% | - |
| XYZ | 16.55 | 7.33 | 79.9 | - |
| YUV | 55.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 236 | 0.81 | 0.89 | 0 | 0.07 | 245.14 | 0.85 | 0.51 |
| Hex | 2C | 1A | EC | 51 | 59 | 0 | 7 | F5 | 55 | 33 |
| Octal | 54 | 32 | 354 | 121 | 131 | 0 | 7 | 365 | 125 | 63 |
| Binary | 101100 | 11010 | 11101100 | 1010001 | 1011001 | 0 | 111 | 11110101 | 1010101 | 110011 |
Color Harmonies of #2C1AEC
Complementary color
Monochromatic Colors of #2C1AEC
Black with #2C1AEC
Text Example
Text Example
White with #2C1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1AEC; }
p { color: rgb(44,26,236); }
H1.HeaderClassName
{
color: #2C1AEC;
}
.AnyTagClassName
{
color: #2C1AEC;
}
</style>
background-color css
<style>
a { background-color: #2C1AEC; }
a { background-color: rgb(44,26,236); }
div.DivClassName
{
background-color: #2C1AEC;
}
.BgClassName
{
background-color: #2C1AEC;
}
</style>
border-color css
<style>
span { border-color: #2C1AEC; }
span { border-color: rgb(44,26,236); }
td.TdClassName
{
border-color: #2C1AEC;
}
.TagClassName
{
border-color: #2C1AEC;
}
</style>