Shades of Han Purple #2C02EA
Tints of Han Purple #2C02EA
RGB
CMYK
RGB Variations
Color information
#2C02EA (or 0x2C02EA) is known color: Han Purple. HEX triplet: 2C, 02 and EA. RGB value is (44,2,234). Sum of RGB (Red+Green+Blue) = 44+2+234=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C02EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C02EA is #D3FD15. Grayscale: #282828. Windows color (decimal): -13892886 or 15335980. OLE color: 15335980.
HSL color Cylindrical-coordinate representation of color #2C02EA: hue angle of 250.86º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02EA is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 2 | 234 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.08 |
| HSL | 250.86º | 0.98% | 0.46% | - |
| HSV(B) | 250.86º | 0.99% | 0.92% | - |
| XYZ | 15.91 | 6.52 | 78.26 | - |
| YUV | 41.01 | 236.91 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 234 | 0.81 | 0.99 | 0 | 0.08 | 250.86 | 0.98 | 0.46 |
| Hex | 2C | 2 | EA | 51 | 63 | 0 | 8 | FB | 62 | 2E |
| Octal | 54 | 2 | 352 | 121 | 143 | 0 | 10 | 373 | 142 | 56 |
| Binary | 101100 | 10 | 11101010 | 1010001 | 1100011 | 0 | 1000 | 11111011 | 1100010 | 101110 |
Color Harmonies of #2C02EA
Complementary color
Monochromatic Colors of #2C02EA
Black with #2C02EA
Text Example
Text Example
White with #2C02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C02EA; }
p { color: rgb(44,2,234); }
H1.HeaderClassName
{
color: #2C02EA;
}
.AnyTagClassName
{
color: #2C02EA;
}
</style>
background-color css
<style>
a { background-color: #2C02EA; }
a { background-color: rgb(44,2,234); }
div.DivClassName
{
background-color: #2C02EA;
}
.BgClassName
{
background-color: #2C02EA;
}
</style>
border-color css
<style>
span { border-color: #2C02EA; }
span { border-color: rgb(44,2,234); }
td.TdClassName
{
border-color: #2C02EA;
}
.TagClassName
{
border-color: #2C02EA;
}
</style>