Shades of Christalle #3C215B
Tints of Christalle #3C215B
RGB
CMYK
RGB Variations
Color information
#3C215B (or 0x3C215B) is known color: Christalle. HEX triplet: 3C, 21 and 5B. RGB value is (60,33,91). Sum of RGB (Red+Green+Blue) = 60+33+91=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C215B is #C3DEA4. Grayscale: #2F2F2F. Windows color (decimal): -12836517 or 5972284. OLE color: 5972284.
HSL color Cylindrical-coordinate representation of color #3C215B: hue angle of 267.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C215B is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 33 | 91 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.64 |
| HSL | 267.93º | 0.47% | 0.24% | - |
| HSV(B) | 267.93º | 0.64% | 0.36% | - |
| XYZ | 4.3 | 2.8 | 10.21 | - |
| YUV | 47.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 91 | 0.34 | 0.64 | 0 | 0.64 | 267.93 | 0.47 | 0.24 |
| Hex | 3C | 21 | 5B | 22 | 40 | 0 | 40 | 10C | 2F | 18 |
| Octal | 74 | 41 | 133 | 42 | 100 | 0 | 100 | 414 | 57 | 30 |
| Binary | 111100 | 100001 | 1011011 | 100010 | 1000000 | 0 | 1000000 | 100001100 | 101111 | 11000 |
Color Harmonies of #3C215B
Complementary color
Monochromatic Colors of #3C215B
Black with #3C215B
Text Example
Text Example
White with #3C215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C215B; }
p { color: rgb(60,33,91); }
H1.HeaderClassName
{
color: #3C215B;
}
.AnyTagClassName
{
color: #3C215B;
}
</style>
background-color css
<style>
a { background-color: #3C215B; }
a { background-color: rgb(60,33,91); }
div.DivClassName
{
background-color: #3C215B;
}
.BgClassName
{
background-color: #3C215B;
}
</style>
border-color css
<style>
span { border-color: #3C215B; }
span { border-color: rgb(60,33,91); }
td.TdClassName
{
border-color: #3C215B;
}
.TagClassName
{
border-color: #3C215B;
}
</style>