Shades of Han Purple #2C11DC
Tints of Han Purple #2C11DC
RGB
CMYK
RGB Variations
Color information
#2C11DC (or 0x2C11DC) is known color: Han Purple. HEX triplet: 2C, 11 and DC. RGB value is (44,17,220). Sum of RGB (Red+Green+Blue) = 44+17+220=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C11DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11DC is #D3EE23. Grayscale: #2F2F2F. Windows color (decimal): -13889060 or 14422316. OLE color: 14422316.
HSL color Cylindrical-coordinate representation of color #2C11DC: hue angle of 247.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C11DC is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 17 | 220 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.14 |
| HSL | 247.98º | 0.86% | 0.46% | - |
| HSV(B) | 247.98º | 0.92% | 0.86% | - |
| XYZ | 14.16 | 6.1 | 68.14 | - |
| YUV | 48.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 220 | 0.8 | 0.92 | 0 | 0.14 | 247.98 | 0.86 | 0.46 |
| Hex | 2C | 11 | DC | 50 | 5C | 0 | E | F8 | 56 | 2E |
| Octal | 54 | 21 | 334 | 120 | 134 | 0 | 16 | 370 | 126 | 56 |
| Binary | 101100 | 10001 | 11011100 | 1010000 | 1011100 | 0 | 1110 | 11111000 | 1010110 | 101110 |
Color Harmonies of #2C11DC
Complementary color
Monochromatic Colors of #2C11DC
Black with #2C11DC
Text Example
Text Example
White with #2C11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C11DC; }
p { color: rgb(44,17,220); }
H1.HeaderClassName
{
color: #2C11DC;
}
.AnyTagClassName
{
color: #2C11DC;
}
</style>
background-color css
<style>
a { background-color: #2C11DC; }
a { background-color: rgb(44,17,220); }
div.DivClassName
{
background-color: #2C11DC;
}
.BgClassName
{
background-color: #2C11DC;
}
</style>
border-color css
<style>
span { border-color: #2C11DC; }
span { border-color: rgb(44,17,220); }
td.TdClassName
{
border-color: #2C11DC;
}
.TagClassName
{
border-color: #2C11DC;
}
</style>