Shades of Christalle #2C1158
Tints of Christalle #2C1158
RGB
CMYK
RGB Variations
Color information
#2C1158 (or 0x2C1158) is known color: Christalle. HEX triplet: 2C, 11 and 58. RGB value is (44,17,88). Sum of RGB (Red+Green+Blue) = 44+17+88=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1158 is #D3EEA7. Grayscale: #202020. Windows color (decimal): -13889192 or 5771564. OLE color: 5771564.
HSL color Cylindrical-coordinate representation of color #2C1158: hue angle of 262.82º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1158 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 17 | 88 | - |
| CMYK | 0.5 | 0.81 | 0 | 0.65 |
| HSL | 262.82º | 0.68% | 0.21% | - |
| HSV(B) | 262.82º | 0.81% | 0.35% | - |
| XYZ | 3 | 1.64 | 9.39 | - |
| YUV | 33.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 88 | 0.5 | 0.81 | 0 | 0.65 | 262.82 | 0.68 | 0.21 |
| Hex | 2C | 11 | 58 | 32 | 51 | 0 | 41 | 107 | 44 | 15 |
| Octal | 54 | 21 | 130 | 62 | 121 | 0 | 101 | 407 | 104 | 25 |
| Binary | 101100 | 10001 | 1011000 | 110010 | 1010001 | 0 | 1000001 | 100000111 | 1000100 | 10101 |
Color Harmonies of #2C1158
Complementary color
Monochromatic Colors of #2C1158
Black with #2C1158
Text Example
Text Example
White with #2C1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1158; }
p { color: rgb(44,17,88); }
H1.HeaderClassName
{
color: #2C1158;
}
.AnyTagClassName
{
color: #2C1158;
}
</style>
background-color css
<style>
a { background-color: #2C1158; }
a { background-color: rgb(44,17,88); }
div.DivClassName
{
background-color: #2C1158;
}
.BgClassName
{
background-color: #2C1158;
}
</style>
border-color css
<style>
span { border-color: #2C1158; }
span { border-color: rgb(44,17,88); }
td.TdClassName
{
border-color: #2C1158;
}
.TagClassName
{
border-color: #2C1158;
}
</style>