Shades of Christalle #3C1C65
Tints of Christalle #3C1C65
RGB
CMYK
RGB Variations
Color information
#3C1C65 (or 0x3C1C65) is known color: Christalle. HEX triplet: 3C, 1C and 65. RGB value is (60,28,101). Sum of RGB (Red+Green+Blue) = 60+28+101=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C1C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1C65 is #C3E39A. Grayscale: #2D2D2D. Windows color (decimal): -12837787 or 6626364. OLE color: 6626364.
HSL color Cylindrical-coordinate representation of color #3C1C65: hue angle of 266.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1C65 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 28 | 101 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.60 |
| HSL | 266.3º | 0.57% | 0.25% | - |
| HSV(B) | 266.3º | 0.72% | 0.4% | - |
| XYZ | 4.63 | 2.73 | 12.6 | - |
| YUV | 45.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 101 | 0.41 | 0.72 | 0 | 0.60 | 266.3 | 0.57 | 0.25 |
| Hex | 3C | 1C | 65 | 29 | 48 | 0 | 3C | 10A | 39 | 19 |
| Octal | 74 | 34 | 145 | 51 | 110 | 0 | 74 | 412 | 71 | 31 |
| Binary | 111100 | 11100 | 1100101 | 101001 | 1001000 | 0 | 111100 | 100001010 | 111001 | 11001 |
Color Harmonies of #3C1C65
Complementary color
Monochromatic Colors of #3C1C65
Black with #3C1C65
Text Example
Text Example
White with #3C1C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C65; }
p { color: rgb(60,28,101); }
H1.HeaderClassName
{
color: #3C1C65;
}
.AnyTagClassName
{
color: #3C1C65;
}
</style>
background-color css
<style>
a { background-color: #3C1C65; }
a { background-color: rgb(60,28,101); }
div.DivClassName
{
background-color: #3C1C65;
}
.BgClassName
{
background-color: #3C1C65;
}
</style>
border-color css
<style>
span { border-color: #3C1C65; }
span { border-color: rgb(60,28,101); }
td.TdClassName
{
border-color: #3C1C65;
}
.TagClassName
{
border-color: #3C1C65;
}
</style>