Shades of Han Purple #2C1BEB
Tints of Han Purple #2C1BEB
RGB
CMYK
RGB Variations
Color information
#2C1BEB (or 0x2C1BEB) is known color: Han Purple. HEX triplet: 2C, 1B and EB. RGB value is (44,27,235). Sum of RGB (Red+Green+Blue) = 44+27+235=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C1BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1BEB is #D3E414. Grayscale: #363636. Windows color (decimal): -13886485 or 15407916. OLE color: 15407916.
HSL color Cylindrical-coordinate representation of color #2C1BEB: hue angle of 244.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1BEB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 27 | 235 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.08 |
| HSL | 244.9º | 0.84% | 0.51% | - |
| HSV(B) | 244.9º | 0.89% | 0.92% | - |
| XYZ | 16.43 | 7.32 | 79.14 | - |
| YUV | 55.8 | 229.13 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 27 | 235 | 0.81 | 0.89 | 0 | 0.08 | 244.9 | 0.84 | 0.51 |
| Hex | 2C | 1B | EB | 51 | 59 | 0 | 8 | F5 | 54 | 33 |
| Octal | 54 | 33 | 353 | 121 | 131 | 0 | 10 | 365 | 124 | 63 |
| Binary | 101100 | 11011 | 11101011 | 1010001 | 1011001 | 0 | 1000 | 11110101 | 1010100 | 110011 |
Color Harmonies of #2C1BEB
Complementary color
Monochromatic Colors of #2C1BEB
Black with #2C1BEB
Text Example
Text Example
White with #2C1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1BEB; }
p { color: rgb(44,27,235); }
H1.HeaderClassName
{
color: #2C1BEB;
}
.AnyTagClassName
{
color: #2C1BEB;
}
</style>
background-color css
<style>
a { background-color: #2C1BEB; }
a { background-color: rgb(44,27,235); }
div.DivClassName
{
background-color: #2C1BEB;
}
.BgClassName
{
background-color: #2C1BEB;
}
</style>
border-color css
<style>
span { border-color: #2C1BEB; }
span { border-color: rgb(44,27,235); }
td.TdClassName
{
border-color: #2C1BEB;
}
.TagClassName
{
border-color: #2C1BEB;
}
</style>