Shades of Christalle #3C1563
Tints of Christalle #3C1563
RGB
CMYK
RGB Variations
Color information
#3C1563 (or 0x3C1563) is known color: Christalle. HEX triplet: 3C, 15 and 63. RGB value is (60,21,99). Sum of RGB (Red+Green+Blue) = 60+21+99=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1563 is #C3EA9C. Grayscale: #292929. Windows color (decimal): -12839581 or 6493500. OLE color: 6493500.
HSL color Cylindrical-coordinate representation of color #3C1563: hue angle of 270º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C1563 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 21 | 99 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.61 |
| HSL | 270º | 0.65% | 0.24% | - |
| HSV(B) | 270º | 0.79% | 0.39% | - |
| XYZ | 4.38 | 2.4 | 12.04 | - |
| YUV | 41.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 99 | 0.39 | 0.79 | 0 | 0.61 | 270 | 0.65 | 0.24 |
| Hex | 3C | 15 | 63 | 27 | 4F | 0 | 3D | 10E | 41 | 18 |
| Octal | 74 | 25 | 143 | 47 | 117 | 0 | 75 | 416 | 101 | 30 |
| Binary | 111100 | 10101 | 1100011 | 100111 | 1001111 | 0 | 111101 | 100001110 | 1000001 | 11000 |
Color Harmonies of #3C1563
Complementary color
Monochromatic Colors of #3C1563
Black with #3C1563
Text Example
Text Example
White with #3C1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1563; }
p { color: rgb(60,21,99); }
H1.HeaderClassName
{
color: #3C1563;
}
.AnyTagClassName
{
color: #3C1563;
}
</style>
background-color css
<style>
a { background-color: #3C1563; }
a { background-color: rgb(60,21,99); }
div.DivClassName
{
background-color: #3C1563;
}
.BgClassName
{
background-color: #3C1563;
}
</style>
border-color css
<style>
span { border-color: #3C1563; }
span { border-color: rgb(60,21,99); }
td.TdClassName
{
border-color: #3C1563;
}
.TagClassName
{
border-color: #3C1563;
}
</style>