Shades of Christalle #2C0758
Tints of Christalle #2C0758
RGB
CMYK
RGB Variations
Color information
#2C0758 (or 0x2C0758) is known color: Christalle. HEX triplet: 2C, 07 and 58. RGB value is (44,7,88). Sum of RGB (Red+Green+Blue) = 44+7+88=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0758 is #D3F8A7. Grayscale: #1B1B1B. Windows color (decimal): -13891752 or 5769004. OLE color: 5769004.
HSL color Cylindrical-coordinate representation of color #2C0758: hue angle of 267.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0758 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 7 | 88 | - |
| CMYK | 0.5 | 0.92 | 0 | 0.65 |
| HSL | 267.41º | 0.85% | 0.19% | - |
| HSV(B) | 267.41º | 0.92% | 0.35% | - |
| XYZ | 2.88 | 1.39 | 9.35 | - |
| YUV | 27.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 88 | 0.5 | 0.92 | 0 | 0.65 | 267.41 | 0.85 | 0.19 |
| Hex | 2C | 7 | 58 | 32 | 5C | 0 | 41 | 10B | 55 | 13 |
| Octal | 54 | 7 | 130 | 62 | 134 | 0 | 101 | 413 | 125 | 23 |
| Binary | 101100 | 111 | 1011000 | 110010 | 1011100 | 0 | 1000001 | 100001011 | 1010101 | 10011 |
Color Harmonies of #2C0758
Complementary color
Monochromatic Colors of #2C0758
Black with #2C0758
Text Example
Text Example
White with #2C0758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0758; }
p { color: rgb(44,7,88); }
H1.HeaderClassName
{
color: #2C0758;
}
.AnyTagClassName
{
color: #2C0758;
}
</style>
background-color css
<style>
a { background-color: #2C0758; }
a { background-color: rgb(44,7,88); }
div.DivClassName
{
background-color: #2C0758;
}
.BgClassName
{
background-color: #2C0758;
}
</style>
border-color css
<style>
span { border-color: #2C0758; }
span { border-color: rgb(44,7,88); }
td.TdClassName
{
border-color: #2C0758;
}
.TagClassName
{
border-color: #2C0758;
}
</style>