Shades of Christalle #2C015D
Tints of Christalle #2C015D
RGB
CMYK
RGB Variations
Color information
#2C015D (or 0x2C015D) is known color: Christalle. HEX triplet: 2C, 01 and 5D. RGB value is (44,1,93). Sum of RGB (Red+Green+Blue) = 44+1+93=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C015D is #D3FEA2. Grayscale: #181818. Windows color (decimal): -13893283 or 6095148. OLE color: 6095148.
HSL color Cylindrical-coordinate representation of color #2C015D: hue angle of 268.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C015D is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 1 | 93 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.64 |
| HSL | 268.04º | 0.98% | 0.18% | - |
| HSV(B) | 268.04º | 0.99% | 0.36% | - |
| XYZ | 3.03 | 1.35 | 10.46 | - |
| YUV | 24.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 93 | 0.53 | 0.99 | 0 | 0.64 | 268.04 | 0.98 | 0.18 |
| Hex | 2C | 1 | 5D | 35 | 63 | 0 | 40 | 10C | 62 | 12 |
| Octal | 54 | 1 | 135 | 65 | 143 | 0 | 100 | 414 | 142 | 22 |
| Binary | 101100 | 1 | 1011101 | 110101 | 1100011 | 0 | 1000000 | 100001100 | 1100010 | 10010 |
Color Harmonies of #2C015D
Complementary color
Monochromatic Colors of #2C015D
Black with #2C015D
Text Example
Text Example
White with #2C015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C015D; }
p { color: rgb(44,1,93); }
H1.HeaderClassName
{
color: #2C015D;
}
.AnyTagClassName
{
color: #2C015D;
}
</style>
background-color css
<style>
a { background-color: #2C015D; }
a { background-color: rgb(44,1,93); }
div.DivClassName
{
background-color: #2C015D;
}
.BgClassName
{
background-color: #2C015D;
}
</style>
border-color css
<style>
span { border-color: #2C015D; }
span { border-color: rgb(44,1,93); }
td.TdClassName
{
border-color: #2C015D;
}
.TagClassName
{
border-color: #2C015D;
}
</style>