Shades of Christalle #3C295C
Tints of Christalle #3C295C
RGB
CMYK
RGB Variations
Color information
#3C295C (or 0x3C295C) is known color: Christalle. HEX triplet: 3C, 29 and 5C. RGB value is (60,41,92). Sum of RGB (Red+Green+Blue) = 60+41+92=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #3C295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C295C is #C3D6A3. Grayscale: #343434. Windows color (decimal): -12834468 or 6039868. OLE color: 6039868.
HSL color Cylindrical-coordinate representation of color #3C295C: hue angle of 262.35º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C295C is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 41 | 92 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.64 |
| HSL | 262.35º | 0.38% | 0.26% | - |
| HSV(B) | 262.35º | 0.55% | 0.36% | - |
| XYZ | 4.59 | 3.32 | 10.52 | - |
| YUV | 52.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 92 | 0.35 | 0.55 | 0 | 0.64 | 262.35 | 0.38 | 0.26 |
| Hex | 3C | 29 | 5C | 23 | 37 | 0 | 40 | 106 | 26 | 1A |
| Octal | 74 | 51 | 134 | 43 | 67 | 0 | 100 | 406 | 46 | 32 |
| Binary | 111100 | 101001 | 1011100 | 100011 | 110111 | 0 | 1000000 | 100000110 | 100110 | 11010 |
Color Harmonies of #3C295C
Complementary color
Monochromatic Colors of #3C295C
Black with #3C295C
Text Example
Text Example
White with #3C295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C295C; }
p { color: rgb(60,41,92); }
H1.HeaderClassName
{
color: #3C295C;
}
.AnyTagClassName
{
color: #3C295C;
}
</style>
background-color css
<style>
a { background-color: #3C295C; }
a { background-color: rgb(60,41,92); }
div.DivClassName
{
background-color: #3C295C;
}
.BgClassName
{
background-color: #3C295C;
}
</style>
border-color css
<style>
span { border-color: #3C295C; }
span { border-color: rgb(60,41,92); }
td.TdClassName
{
border-color: #3C295C;
}
.TagClassName
{
border-color: #3C295C;
}
</style>