Shades of Christalle #2C125F
Tints of Christalle #2C125F
RGB
CMYK
RGB Variations
Color information
#2C125F (or 0x2C125F) is known color: Christalle. HEX triplet: 2C, 12 and 5F. RGB value is (44,18,95). Sum of RGB (Red+Green+Blue) = 44+18+95=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C125F is #D3EDA0. Grayscale: #222222. Windows color (decimal): -13888929 or 6230572. OLE color: 6230572.
HSL color Cylindrical-coordinate representation of color #2C125F: hue angle of 260.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C125F is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 18 | 95 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.63 |
| HSL | 260.26º | 0.68% | 0.22% | - |
| HSV(B) | 260.26º | 0.81% | 0.37% | - |
| XYZ | 3.32 | 1.79 | 11 | - |
| YUV | 34.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 95 | 0.54 | 0.81 | 0 | 0.63 | 260.26 | 0.68 | 0.22 |
| Hex | 2C | 12 | 5F | 36 | 51 | 0 | 3F | 104 | 44 | 16 |
| Octal | 54 | 22 | 137 | 66 | 121 | 0 | 77 | 404 | 104 | 26 |
| Binary | 101100 | 10010 | 1011111 | 110110 | 1010001 | 0 | 111111 | 100000100 | 1000100 | 10110 |
Color Harmonies of #2C125F
Complementary color
Monochromatic Colors of #2C125F
Black with #2C125F
Text Example
Text Example
White with #2C125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C125F; }
p { color: rgb(44,18,95); }
H1.HeaderClassName
{
color: #2C125F;
}
.AnyTagClassName
{
color: #2C125F;
}
</style>
background-color css
<style>
a { background-color: #2C125F; }
a { background-color: rgb(44,18,95); }
div.DivClassName
{
background-color: #2C125F;
}
.BgClassName
{
background-color: #2C125F;
}
</style>
border-color css
<style>
span { border-color: #2C125F; }
span { border-color: rgb(44,18,95); }
td.TdClassName
{
border-color: #2C125F;
}
.TagClassName
{
border-color: #2C125F;
}
</style>