Shades of Christalle #3A2560
Tints of Christalle #3A2560
RGB
CMYK
RGB Variations
Color information
#3A2560 (or 0x3A2560) is known color: Christalle. HEX triplet: 3A, 25 and 60. RGB value is (58,37,96). Sum of RGB (Red+Green+Blue) = 58+37+96=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2560 is #C5DA9F. Grayscale: #313131. Windows color (decimal): -12966560 or 6300986. OLE color: 6300986.
HSL color Cylindrical-coordinate representation of color #3A2560: hue angle of 261.36º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2560 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 37 | 96 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.62 |
| HSL | 261.36º | 0.44% | 0.26% | - |
| HSV(B) | 261.36º | 0.61% | 0.38% | - |
| XYZ | 4.52 | 3.07 | 11.42 | - |
| YUV | 50.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 96 | 0.40 | 0.61 | 0 | 0.62 | 261.36 | 0.44 | 0.26 |
| Hex | 3A | 25 | 60 | 28 | 3D | 0 | 3E | 105 | 2C | 1A |
| Octal | 72 | 45 | 140 | 50 | 75 | 0 | 76 | 405 | 54 | 32 |
| Binary | 111010 | 100101 | 1100000 | 101000 | 111101 | 0 | 111110 | 100000101 | 101100 | 11010 |
Color Harmonies of #3A2560
Complementary color
Monochromatic Colors of #3A2560
Black with #3A2560
Text Example
Text Example
White with #3A2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2560; }
p { color: rgb(58,37,96); }
H1.HeaderClassName
{
color: #3A2560;
}
.AnyTagClassName
{
color: #3A2560;
}
</style>
background-color css
<style>
a { background-color: #3A2560; }
a { background-color: rgb(58,37,96); }
div.DivClassName
{
background-color: #3A2560;
}
.BgClassName
{
background-color: #3A2560;
}
</style>
border-color css
<style>
span { border-color: #3A2560; }
span { border-color: rgb(58,37,96); }
td.TdClassName
{
border-color: #3A2560;
}
.TagClassName
{
border-color: #3A2560;
}
</style>