Shades of Han Purple #2C0EEA
Tints of Han Purple #2C0EEA
RGB
CMYK
RGB Variations
Color information
#2C0EEA (or 0x2C0EEA) is known color: Han Purple. HEX triplet: 2C, 0E and EA. RGB value is (44,14,234). Sum of RGB (Red+Green+Blue) = 44+14+234=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0EEA is #D3F115. Grayscale: #2F2F2F. Windows color (decimal): -13889814 or 15339052. OLE color: 15339052.
HSL color Cylindrical-coordinate representation of color #2C0EEA: hue angle of 248.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0EEA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 14 | 234 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.08 |
| HSL | 248.18º | 0.89% | 0.49% | - |
| HSV(B) | 248.18º | 0.94% | 0.92% | - |
| XYZ | 16.05 | 6.79 | 78.31 | - |
| YUV | 48.05 | 232.94 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 234 | 0.81 | 0.94 | 0 | 0.08 | 248.18 | 0.89 | 0.49 |
| Hex | 2C | E | EA | 51 | 5E | 0 | 8 | F8 | 59 | 31 |
| Octal | 54 | 16 | 352 | 121 | 136 | 0 | 10 | 370 | 131 | 61 |
| Binary | 101100 | 1110 | 11101010 | 1010001 | 1011110 | 0 | 1000 | 11111000 | 1011001 | 110001 |
Color Harmonies of #2C0EEA
Complementary color
Monochromatic Colors of #2C0EEA
Black with #2C0EEA
Text Example
Text Example
White with #2C0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EEA; }
p { color: rgb(44,14,234); }
H1.HeaderClassName
{
color: #2C0EEA;
}
.AnyTagClassName
{
color: #2C0EEA;
}
</style>
background-color css
<style>
a { background-color: #2C0EEA; }
a { background-color: rgb(44,14,234); }
div.DivClassName
{
background-color: #2C0EEA;
}
.BgClassName
{
background-color: #2C0EEA;
}
</style>
border-color css
<style>
span { border-color: #2C0EEA; }
span { border-color: rgb(44,14,234); }
td.TdClassName
{
border-color: #2C0EEA;
}
.TagClassName
{
border-color: #2C0EEA;
}
</style>