Shades of Christalle #3B1D56
Tints of Christalle #3B1D56
RGB
CMYK
RGB Variations
Color information
#3B1D56 (or 0x3B1D56) is known color: Christalle. HEX triplet: 3B, 1D and 56. RGB value is (59,29,86). Sum of RGB (Red+Green+Blue) = 59+29+86=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D56 is #C4E2A9. Grayscale: #2C2C2C. Windows color (decimal): -12903082 or 5643579. OLE color: 5643579.
HSL color Cylindrical-coordinate representation of color #3B1D56: hue angle of 271.58º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1D56 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 29 | 86 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.66 |
| HSL | 271.58º | 0.5% | 0.23% | - |
| HSV(B) | 271.58º | 0.66% | 0.34% | - |
| XYZ | 3.92 | 2.48 | 9.08 | - |
| YUV | 44.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 86 | 0.31 | 0.66 | 0 | 0.66 | 271.58 | 0.5 | 0.23 |
| Hex | 3B | 1D | 56 | 1F | 42 | 0 | 42 | 110 | 32 | 17 |
| Octal | 73 | 35 | 126 | 37 | 102 | 0 | 102 | 420 | 62 | 27 |
| Binary | 111011 | 11101 | 1010110 | 11111 | 1000010 | 0 | 1000010 | 100010000 | 110010 | 10111 |
Color Harmonies of #3B1D56
Complementary color
Monochromatic Colors of #3B1D56
Black with #3B1D56
Text Example
Text Example
White with #3B1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D56; }
p { color: rgb(59,29,86); }
H1.HeaderClassName
{
color: #3B1D56;
}
.AnyTagClassName
{
color: #3B1D56;
}
</style>
background-color css
<style>
a { background-color: #3B1D56; }
a { background-color: rgb(59,29,86); }
div.DivClassName
{
background-color: #3B1D56;
}
.BgClassName
{
background-color: #3B1D56;
}
</style>
border-color css
<style>
span { border-color: #3B1D56; }
span { border-color: rgb(59,29,86); }
td.TdClassName
{
border-color: #3B1D56;
}
.TagClassName
{
border-color: #3B1D56;
}
</style>