Shades of Christalle #3B2060
Tints of Christalle #3B2060
RGB
CMYK
RGB Variations
Color information
#3B2060 (or 0x3B2060) is known color: Christalle. HEX triplet: 3B, 20 and 60. RGB value is (59,32,96). Sum of RGB (Red+Green+Blue) = 59+32+96=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2060 is #C4DF9F. Grayscale: #2F2F2F. Windows color (decimal): -12902304 or 6299707. OLE color: 6299707.
HSL color Cylindrical-coordinate representation of color #3B2060: hue angle of 265.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2060 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 32 | 96 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.62 |
| HSL | 265.31º | 0.5% | 0.25% | - |
| HSV(B) | 265.31º | 0.67% | 0.38% | - |
| XYZ | 4.43 | 2.81 | 11.37 | - |
| YUV | 47.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 96 | 0.39 | 0.67 | 0 | 0.62 | 265.31 | 0.5 | 0.25 |
| Hex | 3B | 20 | 60 | 27 | 43 | 0 | 3E | 109 | 32 | 19 |
| Octal | 73 | 40 | 140 | 47 | 103 | 0 | 76 | 411 | 62 | 31 |
| Binary | 111011 | 100000 | 1100000 | 100111 | 1000011 | 0 | 111110 | 100001001 | 110010 | 11001 |
Color Harmonies of #3B2060
Complementary color
Monochromatic Colors of #3B2060
Black with #3B2060
Text Example
Text Example
White with #3B2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2060; }
p { color: rgb(59,32,96); }
H1.HeaderClassName
{
color: #3B2060;
}
.AnyTagClassName
{
color: #3B2060;
}
</style>
background-color css
<style>
a { background-color: #3B2060; }
a { background-color: rgb(59,32,96); }
div.DivClassName
{
background-color: #3B2060;
}
.BgClassName
{
background-color: #3B2060;
}
</style>
border-color css
<style>
span { border-color: #3B2060; }
span { border-color: rgb(59,32,96); }
td.TdClassName
{
border-color: #3B2060;
}
.TagClassName
{
border-color: #3B2060;
}
</style>