Shades of Christalle #3C215E
Tints of Christalle #3C215E
RGB
CMYK
RGB Variations
Color information
#3C215E (or 0x3C215E) is known color: Christalle. HEX triplet: 3C, 21 and 5E. RGB value is (60,33,94). Sum of RGB (Red+Green+Blue) = 60+33+94=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C215E is #C3DEA1. Grayscale: #2F2F2F. Windows color (decimal): -12836514 or 6168892. OLE color: 6168892.
HSL color Cylindrical-coordinate representation of color #3C215E: hue angle of 266.56º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C215E is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 33 | 94 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.63 |
| HSL | 266.56º | 0.48% | 0.25% | - |
| HSV(B) | 266.56º | 0.65% | 0.37% | - |
| XYZ | 4.43 | 2.86 | 10.91 | - |
| YUV | 48.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 94 | 0.36 | 0.65 | 0 | 0.63 | 266.56 | 0.48 | 0.25 |
| Hex | 3C | 21 | 5E | 24 | 41 | 0 | 3F | 10B | 30 | 19 |
| Octal | 74 | 41 | 136 | 44 | 101 | 0 | 77 | 413 | 60 | 31 |
| Binary | 111100 | 100001 | 1011110 | 100100 | 1000001 | 0 | 111111 | 100001011 | 110000 | 11001 |
Color Harmonies of #3C215E
Complementary color
Monochromatic Colors of #3C215E
Black with #3C215E
Text Example
Text Example
White with #3C215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C215E; }
p { color: rgb(60,33,94); }
H1.HeaderClassName
{
color: #3C215E;
}
.AnyTagClassName
{
color: #3C215E;
}
</style>
background-color css
<style>
a { background-color: #3C215E; }
a { background-color: rgb(60,33,94); }
div.DivClassName
{
background-color: #3C215E;
}
.BgClassName
{
background-color: #3C215E;
}
</style>
border-color css
<style>
span { border-color: #3C215E; }
span { border-color: rgb(60,33,94); }
td.TdClassName
{
border-color: #3C215E;
}
.TagClassName
{
border-color: #3C215E;
}
</style>