Shades of Christalle #2C0058
Tints of Christalle #2C0058
RGB
CMYK
RGB Variations
Color information
#2C0058 (or 0x2C0058) is known color: Christalle. HEX triplet: 2C, 00 and 58. RGB value is (44,0,88). Sum of RGB (Red+Green+Blue) = 44+0+88=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0058 is #D3FFA7. Grayscale: #161616. Windows color (decimal): -13893544 or 5767212. OLE color: 5767212.
HSL color Cylindrical-coordinate representation of color #2C0058: hue angle of 270º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0058 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 0 | 88 | - |
| CMYK | 0.5 | 1 | 0 | 0.65 |
| HSL | 270º | 1% | 0.17% | - |
| HSV(B) | 270º | 1% | 0.35% | - |
| XYZ | 2.8 | 1.24 | 9.32 | - |
| YUV | 23.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 88 | 0.5 | 1 | 0 | 0.65 | 270 | 1 | 0.17 |
| Hex | 2C | 0 | 58 | 32 | 64 | 0 | 41 | 10E | 64 | 11 |
| Octal | 54 | 0 | 130 | 62 | 144 | 0 | 101 | 416 | 144 | 21 |
| Binary | 101100 | 0 | 1011000 | 110010 | 1100100 | 0 | 1000001 | 100001110 | 1100100 | 10001 |
Color Harmonies of #2C0058
Complementary color
Monochromatic Colors of #2C0058
Black with #2C0058
Text Example
Text Example
White with #2C0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0058; }
p { color: rgb(44,0,88); }
H1.HeaderClassName
{
color: #2C0058;
}
.AnyTagClassName
{
color: #2C0058;
}
</style>
background-color css
<style>
a { background-color: #2C0058; }
a { background-color: rgb(44,0,88); }
div.DivClassName
{
background-color: #2C0058;
}
.BgClassName
{
background-color: #2C0058;
}
</style>
border-color css
<style>
span { border-color: #2C0058; }
span { border-color: rgb(44,0,88); }
td.TdClassName
{
border-color: #2C0058;
}
.TagClassName
{
border-color: #2C0058;
}
</style>