Shades of Christalle #3C2163
Tints of Christalle #3C2163
RGB
CMYK
RGB Variations
Color information
#3C2163 (or 0x3C2163) is known color: Christalle. HEX triplet: 3C, 21 and 63. RGB value is (60,33,99). Sum of RGB (Red+Green+Blue) = 60+33+99=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C2163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2163 is #C3DE9C. Grayscale: #303030. Windows color (decimal): -12836509 or 6496572. OLE color: 6496572.
HSL color Cylindrical-coordinate representation of color #3C2163: hue angle of 264.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2163 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 33 | 99 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.61 |
| HSL | 264.55º | 0.5% | 0.26% | - |
| HSV(B) | 264.55º | 0.67% | 0.39% | - |
| XYZ | 4.66 | 2.95 | 12.13 | - |
| YUV | 48.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 99 | 0.39 | 0.67 | 0 | 0.61 | 264.55 | 0.5 | 0.26 |
| Hex | 3C | 21 | 63 | 27 | 43 | 0 | 3D | 109 | 32 | 1A |
| Octal | 74 | 41 | 143 | 47 | 103 | 0 | 75 | 411 | 62 | 32 |
| Binary | 111100 | 100001 | 1100011 | 100111 | 1000011 | 0 | 111101 | 100001001 | 110010 | 11010 |
Color Harmonies of #3C2163
Complementary color
Monochromatic Colors of #3C2163
Black with #3C2163
Text Example
Text Example
White with #3C2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2163; }
p { color: rgb(60,33,99); }
H1.HeaderClassName
{
color: #3C2163;
}
.AnyTagClassName
{
color: #3C2163;
}
</style>
background-color css
<style>
a { background-color: #3C2163; }
a { background-color: rgb(60,33,99); }
div.DivClassName
{
background-color: #3C2163;
}
.BgClassName
{
background-color: #3C2163;
}
</style>
border-color css
<style>
span { border-color: #3C2163; }
span { border-color: rgb(60,33,99); }
td.TdClassName
{
border-color: #3C2163;
}
.TagClassName
{
border-color: #3C2163;
}
</style>