Shades of Christalle #3B1160
Tints of Christalle #3B1160
RGB
CMYK
RGB Variations
Color information
#3B1160 (or 0x3B1160) is known color: Christalle. HEX triplet: 3B, 11 and 60. RGB value is (59,17,96). Sum of RGB (Red+Green+Blue) = 59+17+96=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B1160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1160 is #C4EE9F. Grayscale: #262626. Windows color (decimal): -12906144 or 6295867. OLE color: 6295867.
HSL color Cylindrical-coordinate representation of color #3B1160: hue angle of 271.9º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1160 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 17 | 96 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.62 |
| HSL | 271.9º | 0.7% | 0.22% | - |
| HSV(B) | 271.9º | 0.82% | 0.38% | - |
| XYZ | 4.12 | 2.18 | 11.27 | - |
| YUV | 38.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 96 | 0.39 | 0.82 | 0 | 0.62 | 271.9 | 0.7 | 0.22 |
| Hex | 3B | 11 | 60 | 27 | 52 | 0 | 3E | 110 | 46 | 16 |
| Octal | 73 | 21 | 140 | 47 | 122 | 0 | 76 | 420 | 106 | 26 |
| Binary | 111011 | 10001 | 1100000 | 100111 | 1010010 | 0 | 111110 | 100010000 | 1000110 | 10110 |
Color Harmonies of #3B1160
Complementary color
Monochromatic Colors of #3B1160
Black with #3B1160
Text Example
Text Example
White with #3B1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1160; }
p { color: rgb(59,17,96); }
H1.HeaderClassName
{
color: #3B1160;
}
.AnyTagClassName
{
color: #3B1160;
}
</style>
background-color css
<style>
a { background-color: #3B1160; }
a { background-color: rgb(59,17,96); }
div.DivClassName
{
background-color: #3B1160;
}
.BgClassName
{
background-color: #3B1160;
}
</style>
border-color css
<style>
span { border-color: #3B1160; }
span { border-color: rgb(59,17,96); }
td.TdClassName
{
border-color: #3B1160;
}
.TagClassName
{
border-color: #3B1160;
}
</style>