Shades of Christalle #3B155C
Tints of Christalle #3B155C
RGB
CMYK
RGB Variations
Color information
#3B155C (or 0x3B155C) is known color: Christalle. HEX triplet: 3B, 15 and 5C. RGB value is (59,21,92). Sum of RGB (Red+Green+Blue) = 59+21+92=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B155C is #C4EAA3. Grayscale: #282828. Windows color (decimal): -12905124 or 6034747. OLE color: 6034747.
HSL color Cylindrical-coordinate representation of color #3B155C: hue angle of 272.11º degrees, saturation: 0.63, 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 #3B155C is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 21 | 92 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.64 |
| HSL | 272.11º | 0.63% | 0.22% | - |
| HSV(B) | 272.11º | 0.77% | 0.36% | - |
| XYZ | 4 | 2.24 | 10.35 | - |
| YUV | 40.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 92 | 0.36 | 0.77 | 0 | 0.64 | 272.11 | 0.63 | 0.22 |
| Hex | 3B | 15 | 5C | 24 | 4D | 0 | 40 | 110 | 3F | 16 |
| Octal | 73 | 25 | 134 | 44 | 115 | 0 | 100 | 420 | 77 | 26 |
| Binary | 111011 | 10101 | 1011100 | 100100 | 1001101 | 0 | 1000000 | 100010000 | 111111 | 10110 |
Color Harmonies of #3B155C
Complementary color
Monochromatic Colors of #3B155C
Black with #3B155C
Text Example
Text Example
White with #3B155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B155C; }
p { color: rgb(59,21,92); }
H1.HeaderClassName
{
color: #3B155C;
}
.AnyTagClassName
{
color: #3B155C;
}
</style>
background-color css
<style>
a { background-color: #3B155C; }
a { background-color: rgb(59,21,92); }
div.DivClassName
{
background-color: #3B155C;
}
.BgClassName
{
background-color: #3B155C;
}
</style>
border-color css
<style>
span { border-color: #3B155C; }
span { border-color: rgb(59,21,92); }
td.TdClassName
{
border-color: #3B155C;
}
.TagClassName
{
border-color: #3B155C;
}
</style>