Shades of Christalle #3C175C
Tints of Christalle #3C175C
RGB
CMYK
RGB Variations
Color information
#3C175C (or 0x3C175C) is known color: Christalle. HEX triplet: 3C, 17 and 5C. RGB value is (60,23,92). Sum of RGB (Red+Green+Blue) = 60+23+92=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C175C is #C3E8A3. Grayscale: #292929. Windows color (decimal): -12839076 or 6035260. OLE color: 6035260.
HSL color Cylindrical-coordinate representation of color #3C175C: hue angle of 272.17º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C175C is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 23 | 92 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.64 |
| HSL | 272.17º | 0.6% | 0.23% | - |
| HSV(B) | 272.17º | 0.75% | 0.36% | - |
| XYZ | 4.1 | 2.35 | 10.36 | - |
| YUV | 41.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 92 | 0.35 | 0.75 | 0 | 0.64 | 272.17 | 0.6 | 0.23 |
| Hex | 3C | 17 | 5C | 23 | 4B | 0 | 40 | 110 | 3C | 17 |
| Octal | 74 | 27 | 134 | 43 | 113 | 0 | 100 | 420 | 74 | 27 |
| Binary | 111100 | 10111 | 1011100 | 100011 | 1001011 | 0 | 1000000 | 100010000 | 111100 | 10111 |
Color Harmonies of #3C175C
Complementary color
Monochromatic Colors of #3C175C
Black with #3C175C
Text Example
Text Example
White with #3C175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C175C; }
p { color: rgb(60,23,92); }
H1.HeaderClassName
{
color: #3C175C;
}
.AnyTagClassName
{
color: #3C175C;
}
</style>
background-color css
<style>
a { background-color: #3C175C; }
a { background-color: rgb(60,23,92); }
div.DivClassName
{
background-color: #3C175C;
}
.BgClassName
{
background-color: #3C175C;
}
</style>
border-color css
<style>
span { border-color: #3C175C; }
span { border-color: rgb(60,23,92); }
td.TdClassName
{
border-color: #3C175C;
}
.TagClassName
{
border-color: #3C175C;
}
</style>