Shades of Christalle #2C0859
Tints of Christalle #2C0859
RGB
CMYK
RGB Variations
Color information
#2C0859 (or 0x2C0859) is known color: Christalle. HEX triplet: 2C, 08 and 59. RGB value is (44,8,89). Sum of RGB (Red+Green+Blue) = 44+8+89=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0859 is #D3F7A6. Grayscale: #1B1B1B. Windows color (decimal): -13891495 or 5834796. OLE color: 5834796.
HSL color Cylindrical-coordinate representation of color #2C0859: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0859 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 8 | 89 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.65 |
| HSL | 266.67º | 0.84% | 0.19% | - |
| HSV(B) | 266.67º | 0.91% | 0.35% | - |
| XYZ | 2.93 | 1.43 | 9.57 | - |
| YUV | 28 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 89 | 0.51 | 0.91 | 0 | 0.65 | 266.67 | 0.84 | 0.19 |
| Hex | 2C | 8 | 59 | 33 | 5B | 0 | 41 | 10B | 54 | 13 |
| Octal | 54 | 10 | 131 | 63 | 133 | 0 | 101 | 413 | 124 | 23 |
| Binary | 101100 | 1000 | 1011001 | 110011 | 1011011 | 0 | 1000001 | 100001011 | 1010100 | 10011 |
Color Harmonies of #2C0859
Complementary color
Monochromatic Colors of #2C0859
Black with #2C0859
Text Example
Text Example
White with #2C0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0859; }
p { color: rgb(44,8,89); }
H1.HeaderClassName
{
color: #2C0859;
}
.AnyTagClassName
{
color: #2C0859;
}
</style>
background-color css
<style>
a { background-color: #2C0859; }
a { background-color: rgb(44,8,89); }
div.DivClassName
{
background-color: #2C0859;
}
.BgClassName
{
background-color: #2C0859;
}
</style>
border-color css
<style>
span { border-color: #2C0859; }
span { border-color: rgb(44,8,89); }
td.TdClassName
{
border-color: #2C0859;
}
.TagClassName
{
border-color: #2C0859;
}
</style>