Shades of Christalle #3C1168
Tints of Christalle #3C1168
RGB
CMYK
RGB Variations
Color information
#3C1168 (or 0x3C1168) is known color: Christalle. HEX triplet: 3C, 11 and 68. RGB value is (60,17,104). Sum of RGB (Red+Green+Blue) = 60+17+104=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1168 is #C3EE97. Grayscale: #272727. Windows color (decimal): -12840600 or 6820156. OLE color: 6820156.
HSL color Cylindrical-coordinate representation of color #3C1168: hue angle of 269.66º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1168 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 17 | 104 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.59 |
| HSL | 269.66º | 0.72% | 0.24% | - |
| HSV(B) | 269.66º | 0.84% | 0.41% | - |
| XYZ | 4.56 | 2.36 | 13.31 | - |
| YUV | 39.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 104 | 0.42 | 0.84 | 0 | 0.59 | 269.66 | 0.72 | 0.24 |
| Hex | 3C | 11 | 68 | 2A | 54 | 0 | 3B | 10E | 48 | 18 |
| Octal | 74 | 21 | 150 | 52 | 124 | 0 | 73 | 416 | 110 | 30 |
| Binary | 111100 | 10001 | 1101000 | 101010 | 1010100 | 0 | 111011 | 100001110 | 1001000 | 11000 |
Color Harmonies of #3C1168
Complementary color
Monochromatic Colors of #3C1168
Black with #3C1168
Text Example
Text Example
White with #3C1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1168; }
p { color: rgb(60,17,104); }
H1.HeaderClassName
{
color: #3C1168;
}
.AnyTagClassName
{
color: #3C1168;
}
</style>
background-color css
<style>
a { background-color: #3C1168; }
a { background-color: rgb(60,17,104); }
div.DivClassName
{
background-color: #3C1168;
}
.BgClassName
{
background-color: #3C1168;
}
</style>
border-color css
<style>
span { border-color: #3C1168; }
span { border-color: rgb(60,17,104); }
td.TdClassName
{
border-color: #3C1168;
}
.TagClassName
{
border-color: #3C1168;
}
</style>