Shades of Han Purple #2C0EFF
Tints of Han Purple #2C0EFF
RGB
CMYK
RGB Variations
Color information
#2C0EFF (or 0x2C0EFF) is known color: Han Purple. HEX triplet: 2C, 0E and FF. RGB value is (44,14,255). Sum of RGB (Red+Green+Blue) = 44+14+255=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0EFF is #D3F100. Grayscale: #313131. Windows color (decimal): -13889793 or 16715308. OLE color: 16715308.
HSL color Cylindrical-coordinate representation of color #2C0EFF: hue angle of 247.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0EFF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 14 | 255 | - |
| CMYK | 0.83 | 0.95 | 0 | 0 |
| HSL | 247.47º | 1% | 0.53% | - |
| HSV(B) | 247.47º | 0.95% | 1% | - |
| XYZ | 19.25 | 8.07 | 95.15 | - |
| YUV | 50.44 | 243.44 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 255 | 0.83 | 0.95 | 0 | 0 | 247.47 | 1 | 0.53 |
| Hex | 2C | E | FF | 53 | 5F | 0 | 0 | F7 | 64 | 35 |
| Octal | 54 | 16 | 377 | 123 | 137 | 0 | 0 | 367 | 144 | 65 |
| Binary | 101100 | 1110 | 11111111 | 1010011 | 1011111 | 0 | 0 | 11110111 | 1100100 | 110101 |
Color Harmonies of #2C0EFF
Complementary color
Monochromatic Colors of #2C0EFF
Black with #2C0EFF
Text Example
Text Example
White with #2C0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EFF; }
p { color: rgb(44,14,255); }
H1.HeaderClassName
{
color: #2C0EFF;
}
.AnyTagClassName
{
color: #2C0EFF;
}
</style>
background-color css
<style>
a { background-color: #2C0EFF; }
a { background-color: rgb(44,14,255); }
div.DivClassName
{
background-color: #2C0EFF;
}
.BgClassName
{
background-color: #2C0EFF;
}
</style>
border-color css
<style>
span { border-color: #2C0EFF; }
span { border-color: rgb(44,14,255); }
td.TdClassName
{
border-color: #2C0EFF;
}
.TagClassName
{
border-color: #2C0EFF;
}
</style>