Shades of Han Purple #2C0AE7
Tints of Han Purple #2C0AE7
RGB
CMYK
RGB Variations
Color information
#2C0AE7 (or 0x2C0AE7) is known color: Han Purple. HEX triplet: 2C, 0A and E7. RGB value is (44,10,231). Sum of RGB (Red+Green+Blue) = 44+10+231=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 231 (90.62% from 255 or 81.05% from 285); Max value from RGB is 231 - color contains mainly: blue. Hex color #2C0AE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0AE7 is #D3F518. Grayscale: #2C2C2C. Windows color (decimal): -13890841 or 15141420. OLE color: 15141420.
HSL color Cylindrical-coordinate representation of color #2C0AE7: hue angle of 249.23º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0AE7 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 10 | 231 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.09 |
| HSL | 249.23º | 0.92% | 0.47% | - |
| HSV(B) | 249.23º | 0.96% | 0.91% | - |
| XYZ | 15.57 | 6.52 | 76.04 | - |
| YUV | 45.36 | 232.76 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 231 | 0.81 | 0.96 | 0 | 0.09 | 249.23 | 0.92 | 0.47 |
| Hex | 2C | A | E7 | 51 | 60 | 0 | 9 | F9 | 5C | 2F |
| Octal | 54 | 12 | 347 | 121 | 140 | 0 | 11 | 371 | 134 | 57 |
| Binary | 101100 | 1010 | 11100111 | 1010001 | 1100000 | 0 | 1001 | 11111001 | 1011100 | 101111 |
Color Harmonies of #2C0AE7
Complementary color
Monochromatic Colors of #2C0AE7
Black with #2C0AE7
Text Example
Text Example
White with #2C0AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AE7; }
p { color: rgb(44,10,231); }
H1.HeaderClassName
{
color: #2C0AE7;
}
.AnyTagClassName
{
color: #2C0AE7;
}
</style>
background-color css
<style>
a { background-color: #2C0AE7; }
a { background-color: rgb(44,10,231); }
div.DivClassName
{
background-color: #2C0AE7;
}
.BgClassName
{
background-color: #2C0AE7;
}
</style>
border-color css
<style>
span { border-color: #2C0AE7; }
span { border-color: rgb(44,10,231); }
td.TdClassName
{
border-color: #2C0AE7;
}
.TagClassName
{
border-color: #2C0AE7;
}
</style>