Shades of Christalle #3A1560
Tints of Christalle #3A1560
RGB
CMYK
RGB Variations
Color information
#3A1560 (or 0x3A1560) is known color: Christalle. HEX triplet: 3A, 15 and 60. RGB value is (58,21,96). Sum of RGB (Red+Green+Blue) = 58+21+96=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1560 is #C5EA9F. Grayscale: #282828. Windows color (decimal): -12970656 or 6296890. OLE color: 6296890.
HSL color Cylindrical-coordinate representation of color #3A1560: hue angle of 269.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1560 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 21 | 96 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.62 |
| HSL | 269.6º | 0.64% | 0.23% | - |
| HSV(B) | 269.6º | 0.78% | 0.38% | - |
| XYZ | 4.12 | 2.28 | 11.29 | - |
| YUV | 40.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 96 | 0.40 | 0.78 | 0 | 0.62 | 269.6 | 0.64 | 0.23 |
| Hex | 3A | 15 | 60 | 28 | 4E | 0 | 3E | 10E | 40 | 17 |
| Octal | 72 | 25 | 140 | 50 | 116 | 0 | 76 | 416 | 100 | 27 |
| Binary | 111010 | 10101 | 1100000 | 101000 | 1001110 | 0 | 111110 | 100001110 | 1000000 | 10111 |
Color Harmonies of #3A1560
Complementary color
Monochromatic Colors of #3A1560
Black with #3A1560
Text Example
Text Example
White with #3A1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1560; }
p { color: rgb(58,21,96); }
H1.HeaderClassName
{
color: #3A1560;
}
.AnyTagClassName
{
color: #3A1560;
}
</style>
background-color css
<style>
a { background-color: #3A1560; }
a { background-color: rgb(58,21,96); }
div.DivClassName
{
background-color: #3A1560;
}
.BgClassName
{
background-color: #3A1560;
}
</style>
border-color css
<style>
span { border-color: #3A1560; }
span { border-color: rgb(58,21,96); }
td.TdClassName
{
border-color: #3A1560;
}
.TagClassName
{
border-color: #3A1560;
}
</style>