Shades of Han Purple #2C0AEB
Tints of Han Purple #2C0AEB
RGB
CMYK
RGB Variations
Color information
#2C0AEB (or 0x2C0AEB) is known color: Han Purple. HEX triplet: 2C, 0A and EB. RGB value is (44,10,235). Sum of RGB (Red+Green+Blue) = 44+10+235=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 235 (92.19% from 255 or 81.31% from 289); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C0AEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0AEB is #D3F514. Grayscale: #2C2C2C. Windows color (decimal): -13890837 or 15403564. OLE color: 15403564.
HSL color Cylindrical-coordinate representation of color #2C0AEB: hue angle of 249.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0AEB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 10 | 235 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.08 |
| HSL | 249.07º | 0.92% | 0.48% | - |
| HSV(B) | 249.07º | 0.96% | 0.92% | - |
| XYZ | 16.14 | 6.75 | 79.05 | - |
| YUV | 45.82 | 234.76 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 235 | 0.81 | 0.96 | 0 | 0.08 | 249.07 | 0.92 | 0.48 |
| Hex | 2C | A | EB | 51 | 60 | 0 | 8 | F9 | 5C | 30 |
| Octal | 54 | 12 | 353 | 121 | 140 | 0 | 10 | 371 | 134 | 60 |
| Binary | 101100 | 1010 | 11101011 | 1010001 | 1100000 | 0 | 1000 | 11111001 | 1011100 | 110000 |
Color Harmonies of #2C0AEB
Complementary color
Monochromatic Colors of #2C0AEB
Black with #2C0AEB
Text Example
Text Example
White with #2C0AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AEB; }
p { color: rgb(44,10,235); }
H1.HeaderClassName
{
color: #2C0AEB;
}
.AnyTagClassName
{
color: #2C0AEB;
}
</style>
background-color css
<style>
a { background-color: #2C0AEB; }
a { background-color: rgb(44,10,235); }
div.DivClassName
{
background-color: #2C0AEB;
}
.BgClassName
{
background-color: #2C0AEB;
}
</style>
border-color css
<style>
span { border-color: #2C0AEB; }
span { border-color: rgb(44,10,235); }
td.TdClassName
{
border-color: #2C0AEB;
}
.TagClassName
{
border-color: #2C0AEB;
}
</style>