Shades of Han Purple #2C1BDC
Tints of Han Purple #2C1BDC
RGB
CMYK
RGB Variations
Color information
#2C1BDC (or 0x2C1BDC) is known color: Han Purple. HEX triplet: 2C, 1B and DC. RGB value is (44,27,220). Sum of RGB (Red+Green+Blue) = 44+27+220=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C1BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1BDC is #D3E423. Grayscale: #353535. Windows color (decimal): -13886500 or 14424876. OLE color: 14424876.
HSL color Cylindrical-coordinate representation of color #2C1BDC: hue angle of 245.28º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1BDC is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 27 | 220 | - |
| CMYK | 0.8 | 0.88 | 0 | 0.14 |
| HSL | 245.29º | 0.78% | 0.48% | - |
| HSV(B) | 245.29º | 0.88% | 0.86% | - |
| XYZ | 14.35 | 6.49 | 68.21 | - |
| YUV | 54.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 27 | 220 | 0.8 | 0.88 | 0 | 0.14 | 245.29 | 0.78 | 0.48 |
| Hex | 2C | 1B | DC | 50 | 58 | 0 | E | F5 | 4E | 30 |
| Octal | 54 | 33 | 334 | 120 | 130 | 0 | 16 | 365 | 116 | 60 |
| Binary | 101100 | 11011 | 11011100 | 1010000 | 1011000 | 0 | 1110 | 11110101 | 1001110 | 110000 |
Color Harmonies of #2C1BDC
Complementary color
Monochromatic Colors of #2C1BDC
Black with #2C1BDC
Text Example
Text Example
White with #2C1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1BDC; }
p { color: rgb(44,27,220); }
H1.HeaderClassName
{
color: #2C1BDC;
}
.AnyTagClassName
{
color: #2C1BDC;
}
</style>
background-color css
<style>
a { background-color: #2C1BDC; }
a { background-color: rgb(44,27,220); }
div.DivClassName
{
background-color: #2C1BDC;
}
.BgClassName
{
background-color: #2C1BDC;
}
</style>
border-color css
<style>
span { border-color: #2C1BDC; }
span { border-color: rgb(44,27,220); }
td.TdClassName
{
border-color: #2C1BDC;
}
.TagClassName
{
border-color: #2C1BDC;
}
</style>