Shades of Christalle #2C1959
Tints of Christalle #2C1959
RGB
CMYK
RGB Variations
Color information
#2C1959 (or 0x2C1959) is known color: Christalle. HEX triplet: 2C, 19 and 59. RGB value is (44,25,89). Sum of RGB (Red+Green+Blue) = 44+25+89=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1959 is #D3E6A6. Grayscale: #252525. Windows color (decimal): -13887143 or 5839148. OLE color: 5839148.
HSL color Cylindrical-coordinate representation of color #2C1959: hue angle of 257.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C1959 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 25 | 89 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.65 |
| HSL | 257.81º | 0.56% | 0.22% | - |
| HSV(B) | 257.81º | 0.72% | 0.35% | - |
| XYZ | 3.19 | 1.95 | 9.66 | - |
| YUV | 37.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 89 | 0.51 | 0.72 | 0 | 0.65 | 257.81 | 0.56 | 0.22 |
| Hex | 2C | 19 | 59 | 33 | 48 | 0 | 41 | 102 | 38 | 16 |
| Octal | 54 | 31 | 131 | 63 | 110 | 0 | 101 | 402 | 70 | 26 |
| Binary | 101100 | 11001 | 1011001 | 110011 | 1001000 | 0 | 1000001 | 100000010 | 111000 | 10110 |
Color Harmonies of #2C1959
Complementary color
Monochromatic Colors of #2C1959
Black with #2C1959
Text Example
Text Example
White with #2C1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1959; }
p { color: rgb(44,25,89); }
H1.HeaderClassName
{
color: #2C1959;
}
.AnyTagClassName
{
color: #2C1959;
}
</style>
background-color css
<style>
a { background-color: #2C1959; }
a { background-color: rgb(44,25,89); }
div.DivClassName
{
background-color: #2C1959;
}
.BgClassName
{
background-color: #2C1959;
}
</style>
border-color css
<style>
span { border-color: #2C1959; }
span { border-color: rgb(44,25,89); }
td.TdClassName
{
border-color: #2C1959;
}
.TagClassName
{
border-color: #2C1959;
}
</style>