Shades of Christalle #2C0857
Tints of Christalle #2C0857
RGB
CMYK
RGB Variations
Color information
#2C0857 (or 0x2C0857) is known color: Christalle. HEX triplet: 2C, 08 and 57. RGB value is (44,8,87). Sum of RGB (Red+Green+Blue) = 44+8+87=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C0857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0857 is #D3F7A8. Grayscale: #1B1B1B. Windows color (decimal): -13891497 or 5703724. OLE color: 5703724.
HSL color Cylindrical-coordinate representation of color #2C0857: hue angle of 267.34º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0857 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 8 | 87 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.66 |
| HSL | 267.34º | 0.83% | 0.19% | - |
| HSV(B) | 267.34º | 0.91% | 0.34% | - |
| XYZ | 2.85 | 1.4 | 9.14 | - |
| YUV | 27.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 87 | 0.49 | 0.91 | 0 | 0.66 | 267.34 | 0.83 | 0.19 |
| Hex | 2C | 8 | 57 | 31 | 5B | 0 | 42 | 10B | 53 | 13 |
| Octal | 54 | 10 | 127 | 61 | 133 | 0 | 102 | 413 | 123 | 23 |
| Binary | 101100 | 1000 | 1010111 | 110001 | 1011011 | 0 | 1000010 | 100001011 | 1010011 | 10011 |
Color Harmonies of #2C0857
Complementary color
Monochromatic Colors of #2C0857
Black with #2C0857
Text Example
Text Example
White with #2C0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0857; }
p { color: rgb(44,8,87); }
H1.HeaderClassName
{
color: #2C0857;
}
.AnyTagClassName
{
color: #2C0857;
}
</style>
background-color css
<style>
a { background-color: #2C0857; }
a { background-color: rgb(44,8,87); }
div.DivClassName
{
background-color: #2C0857;
}
.BgClassName
{
background-color: #2C0857;
}
</style>
border-color css
<style>
span { border-color: #2C0857; }
span { border-color: rgb(44,8,87); }
td.TdClassName
{
border-color: #2C0857;
}
.TagClassName
{
border-color: #2C0857;
}
</style>