Shades of Christalle #3A2960
Tints of Christalle #3A2960
RGB
CMYK
RGB Variations
Color information
#3A2960 (or 0x3A2960) is known color: Christalle. HEX triplet: 3A, 29 and 60. RGB value is (58,41,96). Sum of RGB (Red+Green+Blue) = 58+41+96=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2960 is #C5D69F. Grayscale: #343434. Windows color (decimal): -12965536 or 6302010. OLE color: 6302010.
HSL color Cylindrical-coordinate representation of color #3A2960: hue angle of 258.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2960 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 41 | 96 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.62 |
| HSL | 258.55º | 0.4% | 0.27% | - |
| HSV(B) | 258.55º | 0.57% | 0.38% | - |
| XYZ | 4.65 | 3.33 | 11.46 | - |
| YUV | 52.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 96 | 0.40 | 0.57 | 0 | 0.62 | 258.55 | 0.4 | 0.27 |
| Hex | 3A | 29 | 60 | 28 | 39 | 0 | 3E | 103 | 28 | 1B |
| Octal | 72 | 51 | 140 | 50 | 71 | 0 | 76 | 403 | 50 | 33 |
| Binary | 111010 | 101001 | 1100000 | 101000 | 111001 | 0 | 111110 | 100000011 | 101000 | 11011 |
Color Harmonies of #3A2960
Complementary color
Monochromatic Colors of #3A2960
Black with #3A2960
Text Example
Text Example
White with #3A2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2960; }
p { color: rgb(58,41,96); }
H1.HeaderClassName
{
color: #3A2960;
}
.AnyTagClassName
{
color: #3A2960;
}
</style>
background-color css
<style>
a { background-color: #3A2960; }
a { background-color: rgb(58,41,96); }
div.DivClassName
{
background-color: #3A2960;
}
.BgClassName
{
background-color: #3A2960;
}
</style>
border-color css
<style>
span { border-color: #3A2960; }
span { border-color: rgb(58,41,96); }
td.TdClassName
{
border-color: #3A2960;
}
.TagClassName
{
border-color: #3A2960;
}
</style>