Shades of Han Purple #2C0AE6
Tints of Han Purple #2C0AE6
RGB
CMYK
RGB Variations
Color information
#2C0AE6 (or 0x2C0AE6) is known color: Han Purple. HEX triplet: 2C, 0A and E6. RGB value is (44,10,230). Sum of RGB (Red+Green+Blue) = 44+10+230=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 230 (90.23% from 255 or 80.99% from 284); Max value from RGB is 230 - color contains mainly: blue. Hex color #2C0AE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0AE6 is #D3F519. Grayscale: #2C2C2C. Windows color (decimal): -13890842 or 15075884. OLE color: 15075884.
HSL color Cylindrical-coordinate representation of color #2C0AE6: hue angle of 249.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0AE6 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 10 | 230 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.10 |
| HSL | 249.27º | 0.92% | 0.47% | - |
| HSV(B) | 249.27º | 0.96% | 0.9% | - |
| XYZ | 15.43 | 6.47 | 75.3 | - |
| YUV | 45.25 | 232.26 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 230 | 0.81 | 0.96 | 0 | 0.10 | 249.27 | 0.92 | 0.47 |
| Hex | 2C | A | E6 | 51 | 60 | 0 | A | F9 | 5C | 2F |
| Octal | 54 | 12 | 346 | 121 | 140 | 0 | 12 | 371 | 134 | 57 |
| Binary | 101100 | 1010 | 11100110 | 1010001 | 1100000 | 0 | 1010 | 11111001 | 1011100 | 101111 |
Color Harmonies of #2C0AE6
Complementary color
Monochromatic Colors of #2C0AE6
Black with #2C0AE6
Text Example
Text Example
White with #2C0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AE6; }
p { color: rgb(44,10,230); }
H1.HeaderClassName
{
color: #2C0AE6;
}
.AnyTagClassName
{
color: #2C0AE6;
}
</style>
background-color css
<style>
a { background-color: #2C0AE6; }
a { background-color: rgb(44,10,230); }
div.DivClassName
{
background-color: #2C0AE6;
}
.BgClassName
{
background-color: #2C0AE6;
}
</style>
border-color css
<style>
span { border-color: #2C0AE6; }
span { border-color: rgb(44,10,230); }
td.TdClassName
{
border-color: #2C0AE6;
}
.TagClassName
{
border-color: #2C0AE6;
}
</style>