Shades of Christalle #2C1558
Tints of Christalle #2C1558
RGB
CMYK
RGB Variations
Color information
#2C1558 (or 0x2C1558) is known color: Christalle. HEX triplet: 2C, 15 and 58. RGB value is (44,21,88). Sum of RGB (Red+Green+Blue) = 44+21+88=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1558 is #D3EAA7. Grayscale: #232323. Windows color (decimal): -13888168 or 5772588. OLE color: 5772588.
HSL color Cylindrical-coordinate representation of color #2C1558: hue angle of 260.6º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1558 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 21 | 88 | - |
| CMYK | 0.5 | 0.76 | 0 | 0.65 |
| HSL | 260.6º | 0.61% | 0.21% | - |
| HSV(B) | 260.6º | 0.76% | 0.35% | - |
| XYZ | 3.07 | 1.78 | 9.41 | - |
| YUV | 35.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 88 | 0.5 | 0.76 | 0 | 0.65 | 260.6 | 0.61 | 0.21 |
| Hex | 2C | 15 | 58 | 32 | 4C | 0 | 41 | 105 | 3D | 15 |
| Octal | 54 | 25 | 130 | 62 | 114 | 0 | 101 | 405 | 75 | 25 |
| Binary | 101100 | 10101 | 1011000 | 110010 | 1001100 | 0 | 1000001 | 100000101 | 111101 | 10101 |
Color Harmonies of #2C1558
Complementary color
Monochromatic Colors of #2C1558
Black with #2C1558
Text Example
Text Example
White with #2C1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1558; }
p { color: rgb(44,21,88); }
H1.HeaderClassName
{
color: #2C1558;
}
.AnyTagClassName
{
color: #2C1558;
}
</style>
background-color css
<style>
a { background-color: #2C1558; }
a { background-color: rgb(44,21,88); }
div.DivClassName
{
background-color: #2C1558;
}
.BgClassName
{
background-color: #2C1558;
}
</style>
border-color css
<style>
span { border-color: #2C1558; }
span { border-color: rgb(44,21,88); }
td.TdClassName
{
border-color: #2C1558;
}
.TagClassName
{
border-color: #2C1558;
}
</style>