Shades of Christalle #3C1161
Tints of Christalle #3C1161
RGB
CMYK
RGB Variations
Color information
#3C1161 (or 0x3C1161) is known color: Christalle. HEX triplet: 3C, 11 and 61. RGB value is (60,17,97). Sum of RGB (Red+Green+Blue) = 60+17+97=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C1161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1161 is #C3EE9E. Grayscale: #262626. Windows color (decimal): -12840607 or 6361404. OLE color: 6361404.
HSL color Cylindrical-coordinate representation of color #3C1161: hue angle of 272.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1161 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 17 | 97 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.62 |
| HSL | 272.25º | 0.7% | 0.22% | - |
| HSV(B) | 272.25º | 0.82% | 0.38% | - |
| XYZ | 4.22 | 2.22 | 11.52 | - |
| YUV | 38.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 97 | 0.38 | 0.82 | 0 | 0.62 | 272.25 | 0.7 | 0.22 |
| Hex | 3C | 11 | 61 | 26 | 52 | 0 | 3E | 110 | 46 | 16 |
| Octal | 74 | 21 | 141 | 46 | 122 | 0 | 76 | 420 | 106 | 26 |
| Binary | 111100 | 10001 | 1100001 | 100110 | 1010010 | 0 | 111110 | 100010000 | 1000110 | 10110 |
Color Harmonies of #3C1161
Complementary color
Monochromatic Colors of #3C1161
Black with #3C1161
Text Example
Text Example
White with #3C1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1161; }
p { color: rgb(60,17,97); }
H1.HeaderClassName
{
color: #3C1161;
}
.AnyTagClassName
{
color: #3C1161;
}
</style>
background-color css
<style>
a { background-color: #3C1161; }
a { background-color: rgb(60,17,97); }
div.DivClassName
{
background-color: #3C1161;
}
.BgClassName
{
background-color: #3C1161;
}
</style>
border-color css
<style>
span { border-color: #3C1161; }
span { border-color: rgb(60,17,97); }
td.TdClassName
{
border-color: #3C1161;
}
.TagClassName
{
border-color: #3C1161;
}
</style>