Shades of Christalle #3B2958
Tints of Christalle #3B2958
RGB
CMYK
RGB Variations
Color information
#3B2958 (or 0x3B2958) is known color: Christalle. HEX triplet: 3B, 29 and 58. RGB value is (59,41,88). Sum of RGB (Red+Green+Blue) = 59+41+88=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2958 is #C4D6A7. Grayscale: #333333. Windows color (decimal): -12900008 or 5777723. OLE color: 5777723.
HSL color Cylindrical-coordinate representation of color #3B2958: hue angle of 262.98º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B2958 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 41 | 88 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.65 |
| HSL | 262.98º | 0.36% | 0.25% | - |
| HSV(B) | 262.98º | 0.53% | 0.35% | - |
| XYZ | 4.36 | 3.22 | 9.62 | - |
| YUV | 51.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 88 | 0.33 | 0.53 | 0 | 0.65 | 262.98 | 0.36 | 0.25 |
| Hex | 3B | 29 | 58 | 21 | 35 | 0 | 41 | 107 | 24 | 19 |
| Octal | 73 | 51 | 130 | 41 | 65 | 0 | 101 | 407 | 44 | 31 |
| Binary | 111011 | 101001 | 1011000 | 100001 | 110101 | 0 | 1000001 | 100000111 | 100100 | 11001 |
Color Harmonies of #3B2958
Complementary color
Monochromatic Colors of #3B2958
Black with #3B2958
Text Example
Text Example
White with #3B2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2958; }
p { color: rgb(59,41,88); }
H1.HeaderClassName
{
color: #3B2958;
}
.AnyTagClassName
{
color: #3B2958;
}
</style>
background-color css
<style>
a { background-color: #3B2958; }
a { background-color: rgb(59,41,88); }
div.DivClassName
{
background-color: #3B2958;
}
.BgClassName
{
background-color: #3B2958;
}
</style>
border-color css
<style>
span { border-color: #3B2958; }
span { border-color: rgb(59,41,88); }
td.TdClassName
{
border-color: #3B2958;
}
.TagClassName
{
border-color: #3B2958;
}
</style>