Shades of Christalle #2C0E59
Tints of Christalle #2C0E59
RGB
CMYK
RGB Variations
Color information
#2C0E59 (or 0x2C0E59) is known color: Christalle. HEX triplet: 2C, 0E and 59. RGB value is (44,14,89). Sum of RGB (Red+Green+Blue) = 44+14+89=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0E59 is #D3F1A6. Grayscale: #1F1F1F. Windows color (decimal): -13889959 or 5836332. OLE color: 5836332.
HSL color Cylindrical-coordinate representation of color #2C0E59: hue angle of 264º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C0E59 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 14 | 89 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.65 |
| HSL | 264º | 0.73% | 0.2% | - |
| HSV(B) | 264º | 0.84% | 0.35% | - |
| XYZ | 3 | 1.57 | 9.6 | - |
| YUV | 31.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 14 | 89 | 0.51 | 0.84 | 0 | 0.65 | 264 | 0.73 | 0.2 |
| Hex | 2C | E | 59 | 33 | 54 | 0 | 41 | 108 | 49 | 14 |
| Octal | 54 | 16 | 131 | 63 | 124 | 0 | 101 | 410 | 111 | 24 |
| Binary | 101100 | 1110 | 1011001 | 110011 | 1010100 | 0 | 1000001 | 100001000 | 1001001 | 10100 |
Color Harmonies of #2C0E59
Complementary color
Monochromatic Colors of #2C0E59
Black with #2C0E59
Text Example
Text Example
White with #2C0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0E59; }
p { color: rgb(44,14,89); }
H1.HeaderClassName
{
color: #2C0E59;
}
.AnyTagClassName
{
color: #2C0E59;
}
</style>
background-color css
<style>
a { background-color: #2C0E59; }
a { background-color: rgb(44,14,89); }
div.DivClassName
{
background-color: #2C0E59;
}
.BgClassName
{
background-color: #2C0E59;
}
</style>
border-color css
<style>
span { border-color: #2C0E59; }
span { border-color: rgb(44,14,89); }
td.TdClassName
{
border-color: #2C0E59;
}
.TagClassName
{
border-color: #2C0E59;
}
</style>