Shades of Christalle #2C135D
Tints of Christalle #2C135D
RGB
CMYK
RGB Variations
Color information
#2C135D (or 0x2C135D) is known color: Christalle. HEX triplet: 2C, 13 and 5D. RGB value is (44,19,93). Sum of RGB (Red+Green+Blue) = 44+19+93=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C135D is #D3ECA2. Grayscale: #222222. Windows color (decimal): -13888675 or 6099756. OLE color: 6099756.
HSL color Cylindrical-coordinate representation of color #2C135D: hue angle of 260.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C135D is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 19 | 93 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.64 |
| HSL | 260.27º | 0.66% | 0.22% | - |
| HSV(B) | 260.27º | 0.8% | 0.36% | - |
| XYZ | 3.25 | 1.79 | 10.53 | - |
| YUV | 34.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 93 | 0.53 | 0.80 | 0 | 0.64 | 260.27 | 0.66 | 0.22 |
| Hex | 2C | 13 | 5D | 35 | 50 | 0 | 40 | 104 | 42 | 16 |
| Octal | 54 | 23 | 135 | 65 | 120 | 0 | 100 | 404 | 102 | 26 |
| Binary | 101100 | 10011 | 1011101 | 110101 | 1010000 | 0 | 1000000 | 100000100 | 1000010 | 10110 |
Color Harmonies of #2C135D
Complementary color
Monochromatic Colors of #2C135D
Black with #2C135D
Text Example
Text Example
White with #2C135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C135D; }
p { color: rgb(44,19,93); }
H1.HeaderClassName
{
color: #2C135D;
}
.AnyTagClassName
{
color: #2C135D;
}
</style>
background-color css
<style>
a { background-color: #2C135D; }
a { background-color: rgb(44,19,93); }
div.DivClassName
{
background-color: #2C135D;
}
.BgClassName
{
background-color: #2C135D;
}
</style>
border-color css
<style>
span { border-color: #2C135D; }
span { border-color: rgb(44,19,93); }
td.TdClassName
{
border-color: #2C135D;
}
.TagClassName
{
border-color: #2C135D;
}
</style>