Shades of Christalle #2C025D
Tints of Christalle #2C025D
RGB
CMYK
RGB Variations
Color information
#2C025D (or 0x2C025D) is known color: Christalle. HEX triplet: 2C, 02 and 5D. RGB value is (44,2,93). Sum of RGB (Red+Green+Blue) = 44+2+93=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C025D is #D3FDA2. Grayscale: #181818. Windows color (decimal): -13893027 or 6095404. OLE color: 6095404.
HSL color Cylindrical-coordinate representation of color #2C025D: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C025D is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 2 | 93 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.64 |
| HSL | 267.69º | 0.96% | 0.19% | - |
| HSV(B) | 267.69º | 0.98% | 0.36% | - |
| XYZ | 3.04 | 1.37 | 10.46 | - |
| YUV | 24.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 93 | 0.53 | 0.98 | 0 | 0.64 | 267.69 | 0.96 | 0.19 |
| Hex | 2C | 2 | 5D | 35 | 62 | 0 | 40 | 10C | 60 | 13 |
| Octal | 54 | 2 | 135 | 65 | 142 | 0 | 100 | 414 | 140 | 23 |
| Binary | 101100 | 10 | 1011101 | 110101 | 1100010 | 0 | 1000000 | 100001100 | 1100000 | 10011 |
Color Harmonies of #2C025D
Complementary color
Monochromatic Colors of #2C025D
Black with #2C025D
Text Example
Text Example
White with #2C025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C025D; }
p { color: rgb(44,2,93); }
H1.HeaderClassName
{
color: #2C025D;
}
.AnyTagClassName
{
color: #2C025D;
}
</style>
background-color css
<style>
a { background-color: #2C025D; }
a { background-color: rgb(44,2,93); }
div.DivClassName
{
background-color: #2C025D;
}
.BgClassName
{
background-color: #2C025D;
}
</style>
border-color css
<style>
span { border-color: #2C025D; }
span { border-color: rgb(44,2,93); }
td.TdClassName
{
border-color: #2C025D;
}
.TagClassName
{
border-color: #2C025D;
}
</style>