Shades of Christalle #2C115F
Tints of Christalle #2C115F
RGB
CMYK
RGB Variations
Color information
#2C115F (or 0x2C115F) is known color: Christalle. HEX triplet: 2C, 11 and 5F. RGB value is (44,17,95). Sum of RGB (Red+Green+Blue) = 44+17+95=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C115F is #D3EEA0. Grayscale: #212121. Windows color (decimal): -13889185 or 6230316. OLE color: 6230316.
HSL color Cylindrical-coordinate representation of color #2C115F: hue angle of 260.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C115F is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 17 | 95 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.63 |
| HSL | 260.77º | 0.7% | 0.22% | - |
| HSV(B) | 260.77º | 0.82% | 0.37% | - |
| XYZ | 3.3 | 1.76 | 10.99 | - |
| YUV | 33.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 95 | 0.54 | 0.82 | 0 | 0.63 | 260.77 | 0.7 | 0.22 |
| Hex | 2C | 11 | 5F | 36 | 52 | 0 | 3F | 105 | 46 | 16 |
| Octal | 54 | 21 | 137 | 66 | 122 | 0 | 77 | 405 | 106 | 26 |
| Binary | 101100 | 10001 | 1011111 | 110110 | 1010010 | 0 | 111111 | 100000101 | 1000110 | 10110 |
Color Harmonies of #2C115F
Complementary color
Monochromatic Colors of #2C115F
Black with #2C115F
Text Example
Text Example
White with #2C115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C115F; }
p { color: rgb(44,17,95); }
H1.HeaderClassName
{
color: #2C115F;
}
.AnyTagClassName
{
color: #2C115F;
}
</style>
background-color css
<style>
a { background-color: #2C115F; }
a { background-color: rgb(44,17,95); }
div.DivClassName
{
background-color: #2C115F;
}
.BgClassName
{
background-color: #2C115F;
}
</style>
border-color css
<style>
span { border-color: #2C115F; }
span { border-color: rgb(44,17,95); }
td.TdClassName
{
border-color: #2C115F;
}
.TagClassName
{
border-color: #2C115F;
}
</style>