Shades of Han Purple #2C0EFB
Tints of Han Purple #2C0EFB
RGB
CMYK
RGB Variations
Color information
#2C0EFB (or 0x2C0EFB) is known color: Han Purple. HEX triplet: 2C, 0E and FB. RGB value is (44,14,251). Sum of RGB (Red+Green+Blue) = 44+14+251=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0EFB is #D3F104. Grayscale: #313131. Windows color (decimal): -13889797 or 16453164. OLE color: 16453164.
HSL color Cylindrical-coordinate representation of color #2C0EFB: hue angle of 247.59º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0EFB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 14 | 251 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.02 |
| HSL | 247.59º | 0.97% | 0.52% | - |
| HSV(B) | 247.59º | 0.94% | 0.98% | - |
| XYZ | 18.61 | 7.81 | 91.79 | - |
| YUV | 49.99 | 241.44 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 251 | 0.82 | 0.94 | 0 | 0.02 | 247.59 | 0.97 | 0.52 |
| Hex | 2C | E | FB | 52 | 5E | 0 | 2 | F8 | 61 | 34 |
| Octal | 54 | 16 | 373 | 122 | 136 | 0 | 2 | 370 | 141 | 64 |
| Binary | 101100 | 1110 | 11111011 | 1010010 | 1011110 | 0 | 10 | 11111000 | 1100001 | 110100 |
Color Harmonies of #2C0EFB
Complementary color
Monochromatic Colors of #2C0EFB
Black with #2C0EFB
Text Example
Text Example
White with #2C0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0EFB; }
p { color: rgb(44,14,251); }
H1.HeaderClassName
{
color: #2C0EFB;
}
.AnyTagClassName
{
color: #2C0EFB;
}
</style>
background-color css
<style>
a { background-color: #2C0EFB; }
a { background-color: rgb(44,14,251); }
div.DivClassName
{
background-color: #2C0EFB;
}
.BgClassName
{
background-color: #2C0EFB;
}
</style>
border-color css
<style>
span { border-color: #2C0EFB; }
span { border-color: rgb(44,14,251); }
td.TdClassName
{
border-color: #2C0EFB;
}
.TagClassName
{
border-color: #2C0EFB;
}
</style>