Shades of Christalle #3C1366
Tints of Christalle #3C1366
RGB
CMYK
RGB Variations
Color information
#3C1366 (or 0x3C1366) is known color: Christalle. HEX triplet: 3C, 13 and 66. RGB value is (60,19,102). Sum of RGB (Red+Green+Blue) = 60+19+102=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C1366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1366 is #C3EC99. Grayscale: #282828. Windows color (decimal): -12840090 or 6689596. OLE color: 6689596.
HSL color Cylindrical-coordinate representation of color #3C1366: hue angle of 269.64º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1366 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 19 | 102 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.6 |
| HSL | 269.64º | 0.69% | 0.24% | - |
| HSV(B) | 269.64º | 0.81% | 0.4% | - |
| XYZ | 4.49 | 2.39 | 12.79 | - |
| YUV | 40.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 102 | 0.41 | 0.81 | 0 | 0.6 | 269.64 | 0.69 | 0.24 |
| Hex | 3C | 13 | 66 | 29 | 51 | 0 | 3C | 10E | 45 | 18 |
| Octal | 74 | 23 | 146 | 51 | 121 | 0 | 74 | 416 | 105 | 30 |
| Binary | 111100 | 10011 | 1100110 | 101001 | 1010001 | 0 | 111100 | 100001110 | 1000101 | 11000 |
Color Harmonies of #3C1366
Complementary color
Monochromatic Colors of #3C1366
Black with #3C1366
Text Example
Text Example
White with #3C1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1366; }
p { color: rgb(60,19,102); }
H1.HeaderClassName
{
color: #3C1366;
}
.AnyTagClassName
{
color: #3C1366;
}
</style>
background-color css
<style>
a { background-color: #3C1366; }
a { background-color: rgb(60,19,102); }
div.DivClassName
{
background-color: #3C1366;
}
.BgClassName
{
background-color: #3C1366;
}
</style>
border-color css
<style>
span { border-color: #3C1366; }
span { border-color: rgb(60,19,102); }
td.TdClassName
{
border-color: #3C1366;
}
.TagClassName
{
border-color: #3C1366;
}
</style>