Shades of Han Purple #2C08EA
Tints of Han Purple #2C08EA
RGB
CMYK
RGB Variations
Color information
#2C08EA (or 0x2C08EA) is known color: Han Purple. HEX triplet: 2C, 08 and EA. RGB value is (44,8,234). Sum of RGB (Red+Green+Blue) = 44+8+234=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C08EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C08EA is #D3F715. Grayscale: #2B2B2B. Windows color (decimal): -13891350 or 15337516. OLE color: 15337516.
HSL color Cylindrical-coordinate representation of color #2C08EA: hue angle of 249.56º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C08EA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 8 | 234 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.08 |
| HSL | 249.56º | 0.93% | 0.47% | - |
| HSV(B) | 249.56º | 0.97% | 0.92% | - |
| XYZ | 15.98 | 6.65 | 78.28 | - |
| YUV | 44.53 | 234.93 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 234 | 0.81 | 0.97 | 0 | 0.08 | 249.56 | 0.93 | 0.47 |
| Hex | 2C | 8 | EA | 51 | 61 | 0 | 8 | FA | 5D | 2F |
| Octal | 54 | 10 | 352 | 121 | 141 | 0 | 10 | 372 | 135 | 57 |
| Binary | 101100 | 1000 | 11101010 | 1010001 | 1100001 | 0 | 1000 | 11111010 | 1011101 | 101111 |
Color Harmonies of #2C08EA
Complementary color
Monochromatic Colors of #2C08EA
Black with #2C08EA
Text Example
Text Example
White with #2C08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C08EA; }
p { color: rgb(44,8,234); }
H1.HeaderClassName
{
color: #2C08EA;
}
.AnyTagClassName
{
color: #2C08EA;
}
</style>
background-color css
<style>
a { background-color: #2C08EA; }
a { background-color: rgb(44,8,234); }
div.DivClassName
{
background-color: #2C08EA;
}
.BgClassName
{
background-color: #2C08EA;
}
</style>
border-color css
<style>
span { border-color: #2C08EA; }
span { border-color: rgb(44,8,234); }
td.TdClassName
{
border-color: #2C08EA;
}
.TagClassName
{
border-color: #2C08EA;
}
</style>