Shades of Christalle #2C0159
Tints of Christalle #2C0159
RGB
CMYK
RGB Variations
Color information
#2C0159 (or 0x2C0159) is known color: Christalle. HEX triplet: 2C, 01 and 59. RGB value is (44,1,89). Sum of RGB (Red+Green+Blue) = 44+1+89=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0159 is #D3FEA6. Grayscale: #171717. Windows color (decimal): -13893287 or 5833004. OLE color: 5833004.
HSL color Cylindrical-coordinate representation of color #2C0159: hue angle of 269.32º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0159 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 1 | 89 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.65 |
| HSL | 269.32º | 0.98% | 0.18% | - |
| HSV(B) | 269.32º | 0.99% | 0.35% | - |
| XYZ | 2.85 | 1.28 | 9.55 | - |
| YUV | 23.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 89 | 0.51 | 0.99 | 0 | 0.65 | 269.32 | 0.98 | 0.18 |
| Hex | 2C | 1 | 59 | 33 | 63 | 0 | 41 | 10D | 62 | 12 |
| Octal | 54 | 1 | 131 | 63 | 143 | 0 | 101 | 415 | 142 | 22 |
| Binary | 101100 | 1 | 1011001 | 110011 | 1100011 | 0 | 1000001 | 100001101 | 1100010 | 10010 |
Color Harmonies of #2C0159
Complementary color
Monochromatic Colors of #2C0159
Black with #2C0159
Text Example
Text Example
White with #2C0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0159; }
p { color: rgb(44,1,89); }
H1.HeaderClassName
{
color: #2C0159;
}
.AnyTagClassName
{
color: #2C0159;
}
</style>
background-color css
<style>
a { background-color: #2C0159; }
a { background-color: rgb(44,1,89); }
div.DivClassName
{
background-color: #2C0159;
}
.BgClassName
{
background-color: #2C0159;
}
</style>
border-color css
<style>
span { border-color: #2C0159; }
span { border-color: rgb(44,1,89); }
td.TdClassName
{
border-color: #2C0159;
}
.TagClassName
{
border-color: #2C0159;
}
</style>