Shades of Han Purple #2C1EFB
Tints of Han Purple #2C1EFB
RGB
CMYK
RGB Variations
Color information
#2C1EFB (or 0x2C1EFB) is known color: Han Purple. HEX triplet: 2C, 1E and FB. RGB value is (44,30,251). Sum of RGB (Red+Green+Blue) = 44+30+251=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C1EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1EFB is #D3E104. Grayscale: #3A3A3A. Windows color (decimal): -13885701 or 16457260. OLE color: 16457260.
HSL color Cylindrical-coordinate representation of color #2C1EFB: hue angle of 243.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1EFB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 30 | 251 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.02 |
| HSL | 243.8º | 0.97% | 0.55% | - |
| HSV(B) | 243.8º | 0.88% | 0.98% | - |
| XYZ | 18.92 | 8.43 | 91.9 | - |
| YUV | 59.38 | 236.14 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 251 | 0.82 | 0.88 | 0 | 0.02 | 243.8 | 0.97 | 0.55 |
| Hex | 2C | 1E | FB | 52 | 58 | 0 | 2 | F4 | 61 | 37 |
| Octal | 54 | 36 | 373 | 122 | 130 | 0 | 2 | 364 | 141 | 67 |
| Binary | 101100 | 11110 | 11111011 | 1010010 | 1011000 | 0 | 10 | 11110100 | 1100001 | 110111 |
Color Harmonies of #2C1EFB
Complementary color
Monochromatic Colors of #2C1EFB
Black with #2C1EFB
Text Example
Text Example
White with #2C1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1EFB; }
p { color: rgb(44,30,251); }
H1.HeaderClassName
{
color: #2C1EFB;
}
.AnyTagClassName
{
color: #2C1EFB;
}
</style>
background-color css
<style>
a { background-color: #2C1EFB; }
a { background-color: rgb(44,30,251); }
div.DivClassName
{
background-color: #2C1EFB;
}
.BgClassName
{
background-color: #2C1EFB;
}
</style>
border-color css
<style>
span { border-color: #2C1EFB; }
span { border-color: rgb(44,30,251); }
td.TdClassName
{
border-color: #2C1EFB;
}
.TagClassName
{
border-color: #2C1EFB;
}
</style>