Shades of Han Purple #2C0FEB
Tints of Han Purple #2C0FEB
RGB
CMYK
RGB Variations
Color information
#2C0FEB (or 0x2C0FEB) is known color: Han Purple. HEX triplet: 2C, 0F and EB. RGB value is (44,15,235). Sum of RGB (Red+Green+Blue) = 44+15+235=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C0FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0FEB is #D3F014. Grayscale: #2F2F2F. Windows color (decimal): -13889557 or 15404844. OLE color: 15404844.
HSL color Cylindrical-coordinate representation of color #2C0FEB: hue angle of 247.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0FEB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 15 | 235 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.08 |
| HSL | 247.91º | 0.88% | 0.49% | - |
| HSV(B) | 247.91º | 0.94% | 0.92% | - |
| XYZ | 16.2 | 6.88 | 79.07 | - |
| YUV | 48.75 | 233.11 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 235 | 0.81 | 0.94 | 0 | 0.08 | 247.91 | 0.88 | 0.49 |
| Hex | 2C | F | EB | 51 | 5E | 0 | 8 | F8 | 58 | 31 |
| Octal | 54 | 17 | 353 | 121 | 136 | 0 | 10 | 370 | 130 | 61 |
| Binary | 101100 | 1111 | 11101011 | 1010001 | 1011110 | 0 | 1000 | 11111000 | 1011000 | 110001 |
Color Harmonies of #2C0FEB
Complementary color
Monochromatic Colors of #2C0FEB
Black with #2C0FEB
Text Example
Text Example
White with #2C0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0FEB; }
p { color: rgb(44,15,235); }
H1.HeaderClassName
{
color: #2C0FEB;
}
.AnyTagClassName
{
color: #2C0FEB;
}
</style>
background-color css
<style>
a { background-color: #2C0FEB; }
a { background-color: rgb(44,15,235); }
div.DivClassName
{
background-color: #2C0FEB;
}
.BgClassName
{
background-color: #2C0FEB;
}
</style>
border-color css
<style>
span { border-color: #2C0FEB; }
span { border-color: rgb(44,15,235); }
td.TdClassName
{
border-color: #2C0FEB;
}
.TagClassName
{
border-color: #2C0FEB;
}
</style>