Shades of Christalle #2C0C60
Tints of Christalle #2C0C60
RGB
CMYK
RGB Variations
Color information
#2C0C60 (or 0x2C0C60) is known color: Christalle. HEX triplet: 2C, 0C and 60. RGB value is (44,12,96). Sum of RGB (Red+Green+Blue) = 44+12+96=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C0C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0C60 is #D3F39F. Grayscale: #1E1E1E. Windows color (decimal): -13890464 or 6294572. OLE color: 6294572.
HSL color Cylindrical-coordinate representation of color #2C0C60: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0C60 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 12 | 96 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.62 |
| HSL | 262.86º | 0.78% | 0.21% | - |
| HSV(B) | 262.86º | 0.88% | 0.38% | - |
| XYZ | 3.28 | 1.64 | 11.21 | - |
| YUV | 31.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 96 | 0.54 | 0.88 | 0 | 0.62 | 262.86 | 0.78 | 0.21 |
| Hex | 2C | C | 60 | 36 | 58 | 0 | 3E | 107 | 4E | 15 |
| Octal | 54 | 14 | 140 | 66 | 130 | 0 | 76 | 407 | 116 | 25 |
| Binary | 101100 | 1100 | 1100000 | 110110 | 1011000 | 0 | 111110 | 100000111 | 1001110 | 10101 |
Color Harmonies of #2C0C60
Complementary color
Monochromatic Colors of #2C0C60
Black with #2C0C60
Text Example
Text Example
White with #2C0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0C60; }
p { color: rgb(44,12,96); }
H1.HeaderClassName
{
color: #2C0C60;
}
.AnyTagClassName
{
color: #2C0C60;
}
</style>
background-color css
<style>
a { background-color: #2C0C60; }
a { background-color: rgb(44,12,96); }
div.DivClassName
{
background-color: #2C0C60;
}
.BgClassName
{
background-color: #2C0C60;
}
</style>
border-color css
<style>
span { border-color: #2C0C60; }
span { border-color: rgb(44,12,96); }
td.TdClassName
{
border-color: #2C0C60;
}
.TagClassName
{
border-color: #2C0C60;
}
</style>