Shades of Han Purple #2C1BEF
Tints of Han Purple #2C1BEF
RGB
CMYK
RGB Variations
Color information
#2C1BEF (or 0x2C1BEF) is known color: Han Purple. HEX triplet: 2C, 1B and EF. RGB value is (44,27,239). Sum of RGB (Red+Green+Blue) = 44+27+239=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1BEF is #D3E410. Grayscale: #373737. Windows color (decimal): -13886481 or 15670060. OLE color: 15670060.
HSL color Cylindrical-coordinate representation of color #2C1BEF: hue angle of 244.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1BEF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 27 | 239 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.06 |
| HSL | 244.81º | 0.87% | 0.52% | - |
| HSV(B) | 244.81º | 0.89% | 0.94% | - |
| XYZ | 17.01 | 7.55 | 82.22 | - |
| YUV | 56.25 | 231.13 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 27 | 239 | 0.82 | 0.89 | 0 | 0.06 | 244.81 | 0.87 | 0.52 |
| Hex | 2C | 1B | EF | 52 | 59 | 0 | 6 | F5 | 57 | 34 |
| Octal | 54 | 33 | 357 | 122 | 131 | 0 | 6 | 365 | 127 | 64 |
| Binary | 101100 | 11011 | 11101111 | 1010010 | 1011001 | 0 | 110 | 11110101 | 1010111 | 110100 |
Color Harmonies of #2C1BEF
Complementary color
Monochromatic Colors of #2C1BEF
Black with #2C1BEF
Text Example
Text Example
White with #2C1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1BEF; }
p { color: rgb(44,27,239); }
H1.HeaderClassName
{
color: #2C1BEF;
}
.AnyTagClassName
{
color: #2C1BEF;
}
</style>
background-color css
<style>
a { background-color: #2C1BEF; }
a { background-color: rgb(44,27,239); }
div.DivClassName
{
background-color: #2C1BEF;
}
.BgClassName
{
background-color: #2C1BEF;
}
</style>
border-color css
<style>
span { border-color: #2C1BEF; }
span { border-color: rgb(44,27,239); }
td.TdClassName
{
border-color: #2C1BEF;
}
.TagClassName
{
border-color: #2C1BEF;
}
</style>