Shades of Han Purple #2C12DB
Tints of Han Purple #2C12DB
RGB
CMYK
RGB Variations
Color information
#2C12DB (or 0x2C12DB) is known color: Han Purple. HEX triplet: 2C, 12 and DB. RGB value is (44,18,219). Sum of RGB (Red+Green+Blue) = 44+18+219=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C12DB is #D3ED24. Grayscale: #2F2F2F. Windows color (decimal): -13888805 or 14357036. OLE color: 14357036.
HSL color Cylindrical-coordinate representation of color #2C12DB: hue angle of 247.76º degrees, saturation: 0.85, 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 #2C12DB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 18 | 219 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.14 |
| HSL | 247.76º | 0.85% | 0.46% | - |
| HSV(B) | 247.76º | 0.92% | 0.86% | - |
| XYZ | 14.04 | 6.08 | 67.45 | - |
| YUV | 48.69 | 224.11 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 219 | 0.80 | 0.92 | 0 | 0.14 | 247.76 | 0.85 | 0.46 |
| Hex | 2C | 12 | DB | 50 | 5C | 0 | E | F8 | 55 | 2E |
| Octal | 54 | 22 | 333 | 120 | 134 | 0 | 16 | 370 | 125 | 56 |
| Binary | 101100 | 10010 | 11011011 | 1010000 | 1011100 | 0 | 1110 | 11111000 | 1010101 | 101110 |
Color Harmonies of #2C12DB
Complementary color
Monochromatic Colors of #2C12DB
Black with #2C12DB
Text Example
Text Example
White with #2C12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C12DB; }
p { color: rgb(44,18,219); }
H1.HeaderClassName
{
color: #2C12DB;
}
.AnyTagClassName
{
color: #2C12DB;
}
</style>
background-color css
<style>
a { background-color: #2C12DB; }
a { background-color: rgb(44,18,219); }
div.DivClassName
{
background-color: #2C12DB;
}
.BgClassName
{
background-color: #2C12DB;
}
</style>
border-color css
<style>
span { border-color: #2C12DB; }
span { border-color: rgb(44,18,219); }
td.TdClassName
{
border-color: #2C12DB;
}
.TagClassName
{
border-color: #2C12DB;
}
</style>