Shades of Han Purple #2C02EF
Tints of Han Purple #2C02EF
RGB
CMYK
RGB Variations
Color information
#2C02EF (or 0x2C02EF) is known color: Han Purple. HEX triplet: 2C, 02 and EF. RGB value is (44,2,239). Sum of RGB (Red+Green+Blue) = 44+2+239=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C02EF is #D3FD10. Grayscale: #282828. Windows color (decimal): -13892881 or 15663660. OLE color: 15663660.
HSL color Cylindrical-coordinate representation of color #2C02EF: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C02EF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 2 | 239 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.06 |
| HSL | 250.63º | 0.98% | 0.47% | - |
| HSV(B) | 250.63º | 0.99% | 0.94% | - |
| XYZ | 16.64 | 6.81 | 82.1 | - |
| YUV | 41.58 | 239.41 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 239 | 0.82 | 0.99 | 0 | 0.06 | 250.63 | 0.98 | 0.47 |
| Hex | 2C | 2 | EF | 52 | 63 | 0 | 6 | FB | 62 | 2F |
| Octal | 54 | 2 | 357 | 122 | 143 | 0 | 6 | 373 | 142 | 57 |
| Binary | 101100 | 10 | 11101111 | 1010010 | 1100011 | 0 | 110 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2C02EF
Complementary color
Monochromatic Colors of #2C02EF
Black with #2C02EF
Text Example
Text Example
White with #2C02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C02EF; }
p { color: rgb(44,2,239); }
H1.HeaderClassName
{
color: #2C02EF;
}
.AnyTagClassName
{
color: #2C02EF;
}
</style>
background-color css
<style>
a { background-color: #2C02EF; }
a { background-color: rgb(44,2,239); }
div.DivClassName
{
background-color: #2C02EF;
}
.BgClassName
{
background-color: #2C02EF;
}
</style>
border-color css
<style>
span { border-color: #2C02EF; }
span { border-color: rgb(44,2,239); }
td.TdClassName
{
border-color: #2C02EF;
}
.TagClassName
{
border-color: #2C02EF;
}
</style>