Shades of Christalle #3C196C
Tints of Christalle #3C196C
RGB
CMYK
RGB Variations
Color information
#3C196C (or 0x3C196C) is known color: Christalle. HEX triplet: 3C, 19 and 6C. RGB value is (60,25,108). Sum of RGB (Red+Green+Blue) = 60+25+108=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C196C is #C3E693. Grayscale: #2C2C2C. Windows color (decimal): -12838548 or 7084348. OLE color: 7084348.
HSL color Cylindrical-coordinate representation of color #3C196C: hue angle of 265.3º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C196C is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 25 | 108 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.58 |
| HSL | 265.3º | 0.62% | 0.26% | - |
| HSV(B) | 265.3º | 0.77% | 0.42% | - |
| XYZ | 4.92 | 2.74 | 14.46 | - |
| YUV | 44.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 108 | 0.44 | 0.77 | 0 | 0.58 | 265.3 | 0.62 | 0.26 |
| Hex | 3C | 19 | 6C | 2C | 4D | 0 | 3A | 109 | 3E | 1A |
| Octal | 74 | 31 | 154 | 54 | 115 | 0 | 72 | 411 | 76 | 32 |
| Binary | 111100 | 11001 | 1101100 | 101100 | 1001101 | 0 | 111010 | 100001001 | 111110 | 11010 |
Color Harmonies of #3C196C
Complementary color
Monochromatic Colors of #3C196C
Black with #3C196C
Text Example
Text Example
White with #3C196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C196C; }
p { color: rgb(60,25,108); }
H1.HeaderClassName
{
color: #3C196C;
}
.AnyTagClassName
{
color: #3C196C;
}
</style>
background-color css
<style>
a { background-color: #3C196C; }
a { background-color: rgb(60,25,108); }
div.DivClassName
{
background-color: #3C196C;
}
.BgClassName
{
background-color: #3C196C;
}
</style>
border-color css
<style>
span { border-color: #3C196C; }
span { border-color: rgb(60,25,108); }
td.TdClassName
{
border-color: #3C196C;
}
.TagClassName
{
border-color: #3C196C;
}
</style>