Shades of Christalle #3C2565
Tints of Christalle #3C2565
RGB
CMYK
RGB Variations
Color information
#3C2565 (or 0x3C2565) is known color: Christalle. HEX triplet: 3C, 25 and 65. RGB value is (60,37,101). Sum of RGB (Red+Green+Blue) = 60+37+101=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2565 is #C3DA9A. Grayscale: #323232. Windows color (decimal): -12835483 or 6628668. OLE color: 6628668.
HSL color Cylindrical-coordinate representation of color #3C2565: hue angle of 261.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2565 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 37 | 101 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.60 |
| HSL | 261.56º | 0.46% | 0.27% | - |
| HSV(B) | 261.56º | 0.63% | 0.4% | - |
| XYZ | 4.87 | 3.22 | 12.68 | - |
| YUV | 51.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 101 | 0.41 | 0.63 | 0 | 0.60 | 261.56 | 0.46 | 0.27 |
| Hex | 3C | 25 | 65 | 29 | 3F | 0 | 3C | 106 | 2E | 1B |
| Octal | 74 | 45 | 145 | 51 | 77 | 0 | 74 | 406 | 56 | 33 |
| Binary | 111100 | 100101 | 1100101 | 101001 | 111111 | 0 | 111100 | 100000110 | 101110 | 11011 |
Color Harmonies of #3C2565
Complementary color
Monochromatic Colors of #3C2565
Black with #3C2565
Text Example
Text Example
White with #3C2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2565; }
p { color: rgb(60,37,101); }
H1.HeaderClassName
{
color: #3C2565;
}
.AnyTagClassName
{
color: #3C2565;
}
</style>
background-color css
<style>
a { background-color: #3C2565; }
a { background-color: rgb(60,37,101); }
div.DivClassName
{
background-color: #3C2565;
}
.BgClassName
{
background-color: #3C2565;
}
</style>
border-color css
<style>
span { border-color: #3C2565; }
span { border-color: rgb(60,37,101); }
td.TdClassName
{
border-color: #3C2565;
}
.TagClassName
{
border-color: #3C2565;
}
</style>