Shades of Christalle #2C0959
Tints of Christalle #2C0959
RGB
CMYK
RGB Variations
Color information
#2C0959 (or 0x2C0959) is known color: Christalle. HEX triplet: 2C, 09 and 59. RGB value is (44,9,89). Sum of RGB (Red+Green+Blue) = 44+9+89=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0959 is #D3F6A6. Grayscale: #1C1C1C. Windows color (decimal): -13891239 or 5835052. OLE color: 5835052.
HSL color Cylindrical-coordinate representation of color #2C0959: hue angle of 266.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0959 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 9 | 89 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.65 |
| HSL | 266.25º | 0.82% | 0.19% | - |
| HSV(B) | 266.25º | 0.9% | 0.35% | - |
| XYZ | 2.94 | 1.45 | 9.58 | - |
| YUV | 28.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 89 | 0.51 | 0.90 | 0 | 0.65 | 266.25 | 0.82 | 0.19 |
| Hex | 2C | 9 | 59 | 33 | 5A | 0 | 41 | 10A | 52 | 13 |
| Octal | 54 | 11 | 131 | 63 | 132 | 0 | 101 | 412 | 122 | 23 |
| Binary | 101100 | 1001 | 1011001 | 110011 | 1011010 | 0 | 1000001 | 100001010 | 1010010 | 10011 |
Color Harmonies of #2C0959
Complementary color
Monochromatic Colors of #2C0959
Black with #2C0959
Text Example
Text Example
White with #2C0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0959; }
p { color: rgb(44,9,89); }
H1.HeaderClassName
{
color: #2C0959;
}
.AnyTagClassName
{
color: #2C0959;
}
</style>
background-color css
<style>
a { background-color: #2C0959; }
a { background-color: rgb(44,9,89); }
div.DivClassName
{
background-color: #2C0959;
}
.BgClassName
{
background-color: #2C0959;
}
</style>
border-color css
<style>
span { border-color: #2C0959; }
span { border-color: rgb(44,9,89); }
td.TdClassName
{
border-color: #2C0959;
}
.TagClassName
{
border-color: #2C0959;
}
</style>