Shades of Christalle #3C155B
Tints of Christalle #3C155B
RGB
CMYK
RGB Variations
Color information
#3C155B (or 0x3C155B) is known color: Christalle. HEX triplet: 3C, 15 and 5B. RGB value is (60,21,91). Sum of RGB (Red+Green+Blue) = 60+21+91=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C155B is #C3EAA4. Grayscale: #282828. Windows color (decimal): -12839589 or 5969212. OLE color: 5969212.
HSL color Cylindrical-coordinate representation of color #3C155B: hue angle of 273.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C155B is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 21 | 91 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.64 |
| HSL | 273.43º | 0.63% | 0.22% | - |
| HSV(B) | 273.43º | 0.77% | 0.36% | - |
| XYZ | 4.02 | 2.25 | 10.12 | - |
| YUV | 40.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 91 | 0.34 | 0.77 | 0 | 0.64 | 273.43 | 0.63 | 0.22 |
| Hex | 3C | 15 | 5B | 22 | 4D | 0 | 40 | 111 | 3E | 16 |
| Octal | 74 | 25 | 133 | 42 | 115 | 0 | 100 | 421 | 76 | 26 |
| Binary | 111100 | 10101 | 1011011 | 100010 | 1001101 | 0 | 1000000 | 100010001 | 111110 | 10110 |
Color Harmonies of #3C155B
Complementary color
Monochromatic Colors of #3C155B
Black with #3C155B
Text Example
Text Example
White with #3C155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C155B; }
p { color: rgb(60,21,91); }
H1.HeaderClassName
{
color: #3C155B;
}
.AnyTagClassName
{
color: #3C155B;
}
</style>
background-color css
<style>
a { background-color: #3C155B; }
a { background-color: rgb(60,21,91); }
div.DivClassName
{
background-color: #3C155B;
}
.BgClassName
{
background-color: #3C155B;
}
</style>
border-color css
<style>
span { border-color: #3C155B; }
span { border-color: rgb(60,21,91); }
td.TdClassName
{
border-color: #3C155B;
}
.TagClassName
{
border-color: #3C155B;
}
</style>