Shades of Christalle #2C0359
Tints of Christalle #2C0359
RGB
CMYK
RGB Variations
Color information
#2C0359 (or 0x2C0359) is known color: Christalle. HEX triplet: 2C, 03 and 59. RGB value is (44,3,89). Sum of RGB (Red+Green+Blue) = 44+3+89=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0359 is #D3FCA6. Grayscale: #181818. Windows color (decimal): -13892775 or 5833516. OLE color: 5833516.
HSL color Cylindrical-coordinate representation of color #2C0359: hue angle of 268.6º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0359 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 3 | 89 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.65 |
| HSL | 268.6º | 0.93% | 0.18% | - |
| HSV(B) | 268.6º | 0.97% | 0.35% | - |
| XYZ | 2.87 | 1.32 | 9.55 | - |
| YUV | 25.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 89 | 0.51 | 0.97 | 0 | 0.65 | 268.6 | 0.93 | 0.18 |
| Hex | 2C | 3 | 59 | 33 | 61 | 0 | 41 | 10D | 5D | 12 |
| Octal | 54 | 3 | 131 | 63 | 141 | 0 | 101 | 415 | 135 | 22 |
| Binary | 101100 | 11 | 1011001 | 110011 | 1100001 | 0 | 1000001 | 100001101 | 1011101 | 10010 |
Color Harmonies of #2C0359
Complementary color
Monochromatic Colors of #2C0359
Black with #2C0359
Text Example
Text Example
White with #2C0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0359; }
p { color: rgb(44,3,89); }
H1.HeaderClassName
{
color: #2C0359;
}
.AnyTagClassName
{
color: #2C0359;
}
</style>
background-color css
<style>
a { background-color: #2C0359; }
a { background-color: rgb(44,3,89); }
div.DivClassName
{
background-color: #2C0359;
}
.BgClassName
{
background-color: #2C0359;
}
</style>
border-color css
<style>
span { border-color: #2C0359; }
span { border-color: rgb(44,3,89); }
td.TdClassName
{
border-color: #2C0359;
}
.TagClassName
{
border-color: #2C0359;
}
</style>