Shades of Christalle #3B1157
Tints of Christalle #3B1157
RGB
CMYK
RGB Variations
Color information
#3B1157 (or 0x3B1157) is known color: Christalle. HEX triplet: 3B, 11 and 57. RGB value is (59,17,87). Sum of RGB (Red+Green+Blue) = 59+17+87=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B1157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1157 is #C4EEA8. Grayscale: #252525. Windows color (decimal): -12906153 or 5706043. OLE color: 5706043.
HSL color Cylindrical-coordinate representation of color #3B1157: hue angle of 276º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1157 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 17 | 87 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.66 |
| HSL | 276º | 0.67% | 0.2% | - |
| HSV(B) | 276º | 0.8% | 0.34% | - |
| XYZ | 3.72 | 2.02 | 9.21 | - |
| YUV | 37.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 87 | 0.32 | 0.80 | 0 | 0.66 | 276 | 0.67 | 0.2 |
| Hex | 3B | 11 | 57 | 20 | 50 | 0 | 42 | 114 | 43 | 14 |
| Octal | 73 | 21 | 127 | 40 | 120 | 0 | 102 | 424 | 103 | 24 |
| Binary | 111011 | 10001 | 1010111 | 100000 | 1010000 | 0 | 1000010 | 100010100 | 1000011 | 10100 |
Color Harmonies of #3B1157
Complementary color
Monochromatic Colors of #3B1157
Black with #3B1157
Text Example
Text Example
White with #3B1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1157; }
p { color: rgb(59,17,87); }
H1.HeaderClassName
{
color: #3B1157;
}
.AnyTagClassName
{
color: #3B1157;
}
</style>
background-color css
<style>
a { background-color: #3B1157; }
a { background-color: rgb(59,17,87); }
div.DivClassName
{
background-color: #3B1157;
}
.BgClassName
{
background-color: #3B1157;
}
</style>
border-color css
<style>
span { border-color: #3B1157; }
span { border-color: rgb(59,17,87); }
td.TdClassName
{
border-color: #3B1157;
}
.TagClassName
{
border-color: #3B1157;
}
</style>