Shades of Christalle #2C095C
Tints of Christalle #2C095C
RGB
CMYK
RGB Variations
Color information
#2C095C (or 0x2C095C) is known color: Christalle. HEX triplet: 2C, 09 and 5C. RGB value is (44,9,92). Sum of RGB (Red+Green+Blue) = 44+9+92=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C095C is #D3F6A3. Grayscale: #1C1C1C. Windows color (decimal): -13891236 or 6031660. OLE color: 6031660.
HSL color Cylindrical-coordinate representation of color #2C095C: hue angle of 265.3º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C095C is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 9 | 92 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.64 |
| HSL | 265.3º | 0.82% | 0.2% | - |
| HSV(B) | 265.3º | 0.9% | 0.36% | - |
| XYZ | 3.07 | 1.5 | 10.25 | - |
| YUV | 28.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 92 | 0.52 | 0.90 | 0 | 0.64 | 265.3 | 0.82 | 0.2 |
| Hex | 2C | 9 | 5C | 34 | 5A | 0 | 40 | 109 | 52 | 14 |
| Octal | 54 | 11 | 134 | 64 | 132 | 0 | 100 | 411 | 122 | 24 |
| Binary | 101100 | 1001 | 1011100 | 110100 | 1011010 | 0 | 1000000 | 100001001 | 1010010 | 10100 |
Color Harmonies of #2C095C
Complementary color
Monochromatic Colors of #2C095C
Black with #2C095C
Text Example
Text Example
White with #2C095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C095C; }
p { color: rgb(44,9,92); }
H1.HeaderClassName
{
color: #2C095C;
}
.AnyTagClassName
{
color: #2C095C;
}
</style>
background-color css
<style>
a { background-color: #2C095C; }
a { background-color: rgb(44,9,92); }
div.DivClassName
{
background-color: #2C095C;
}
.BgClassName
{
background-color: #2C095C;
}
</style>
border-color css
<style>
span { border-color: #2C095C; }
span { border-color: rgb(44,9,92); }
td.TdClassName
{
border-color: #2C095C;
}
.TagClassName
{
border-color: #2C095C;
}
</style>