Shades of Christalle #3C1166
Tints of Christalle #3C1166
RGB
CMYK
RGB Variations
Color information
#3C1166 (or 0x3C1166) is known color: Christalle. HEX triplet: 3C, 11 and 66. RGB value is (60,17,102). Sum of RGB (Red+Green+Blue) = 60+17+102=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C1166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1166 is #C3EE99. Grayscale: #272727. Windows color (decimal): -12840602 or 6689084. OLE color: 6689084.
HSL color Cylindrical-coordinate representation of color #3C1166: hue angle of 270.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C1166 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 17 | 102 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.6 |
| HSL | 270.35º | 0.71% | 0.23% | - |
| HSV(B) | 270.35º | 0.83% | 0.4% | - |
| XYZ | 4.46 | 2.32 | 12.78 | - |
| YUV | 39.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 102 | 0.41 | 0.83 | 0 | 0.6 | 270.35 | 0.71 | 0.23 |
| Hex | 3C | 11 | 66 | 29 | 53 | 0 | 3C | 10E | 47 | 17 |
| Octal | 74 | 21 | 146 | 51 | 123 | 0 | 74 | 416 | 107 | 27 |
| Binary | 111100 | 10001 | 1100110 | 101001 | 1010011 | 0 | 111100 | 100001110 | 1000111 | 10111 |
Color Harmonies of #3C1166
Complementary color
Monochromatic Colors of #3C1166
Black with #3C1166
Text Example
Text Example
White with #3C1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1166; }
p { color: rgb(60,17,102); }
H1.HeaderClassName
{
color: #3C1166;
}
.AnyTagClassName
{
color: #3C1166;
}
</style>
background-color css
<style>
a { background-color: #3C1166; }
a { background-color: rgb(60,17,102); }
div.DivClassName
{
background-color: #3C1166;
}
.BgClassName
{
background-color: #3C1166;
}
</style>
border-color css
<style>
span { border-color: #3C1166; }
span { border-color: rgb(60,17,102); }
td.TdClassName
{
border-color: #3C1166;
}
.TagClassName
{
border-color: #3C1166;
}
</style>