Shades of Han Purple #2C1BDE
Tints of Han Purple #2C1BDE
RGB
CMYK
RGB Variations
Color information
#2C1BDE (or 0x2C1BDE) is known color: Han Purple. HEX triplet: 2C, 1B and DE. RGB value is (44,27,222). Sum of RGB (Red+Green+Blue) = 44+27+222=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C1BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1BDE is #D3E421. Grayscale: #353535. Windows color (decimal): -13886498 or 14555948. OLE color: 14555948.
HSL color Cylindrical-coordinate representation of color #2C1BDE: hue angle of 245.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1BDE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 27 | 222 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.13 |
| HSL | 245.23º | 0.78% | 0.49% | - |
| HSV(B) | 245.23º | 0.88% | 0.87% | - |
| XYZ | 14.62 | 6.59 | 69.61 | - |
| YUV | 54.31 | 222.63 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 27 | 222 | 0.80 | 0.88 | 0 | 0.13 | 245.23 | 0.78 | 0.49 |
| Hex | 2C | 1B | DE | 50 | 58 | 0 | D | F5 | 4E | 31 |
| Octal | 54 | 33 | 336 | 120 | 130 | 0 | 15 | 365 | 116 | 61 |
| Binary | 101100 | 11011 | 11011110 | 1010000 | 1011000 | 0 | 1101 | 11110101 | 1001110 | 110001 |
Color Harmonies of #2C1BDE
Complementary color
Monochromatic Colors of #2C1BDE
Black with #2C1BDE
Text Example
Text Example
White with #2C1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1BDE; }
p { color: rgb(44,27,222); }
H1.HeaderClassName
{
color: #2C1BDE;
}
.AnyTagClassName
{
color: #2C1BDE;
}
</style>
background-color css
<style>
a { background-color: #2C1BDE; }
a { background-color: rgb(44,27,222); }
div.DivClassName
{
background-color: #2C1BDE;
}
.BgClassName
{
background-color: #2C1BDE;
}
</style>
border-color css
<style>
span { border-color: #2C1BDE; }
span { border-color: rgb(44,27,222); }
td.TdClassName
{
border-color: #2C1BDE;
}
.TagClassName
{
border-color: #2C1BDE;
}
</style>