Shades of Christalle #3A1060
Tints of Christalle #3A1060
RGB
CMYK
RGB Variations
Color information
#3A1060 (or 0x3A1060) is known color: Christalle. HEX triplet: 3A, 10 and 60. RGB value is (58,16,96). Sum of RGB (Red+Green+Blue) = 58+16+96=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A1060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1060 is #C5EF9F. Grayscale: #252525. Windows color (decimal): -12971936 or 6295610. OLE color: 6295610.
HSL color Cylindrical-coordinate representation of color #3A1060: hue angle of 271.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1060 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 16 | 96 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.62 |
| HSL | 271.5º | 0.71% | 0.22% | - |
| HSV(B) | 271.5º | 0.83% | 0.38% | - |
| XYZ | 4.04 | 2.11 | 11.26 | - |
| YUV | 37.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 96 | 0.40 | 0.83 | 0 | 0.62 | 271.5 | 0.71 | 0.22 |
| Hex | 3A | 10 | 60 | 28 | 53 | 0 | 3E | 110 | 47 | 16 |
| Octal | 72 | 20 | 140 | 50 | 123 | 0 | 76 | 420 | 107 | 26 |
| Binary | 111010 | 10000 | 1100000 | 101000 | 1010011 | 0 | 111110 | 100010000 | 1000111 | 10110 |
Color Harmonies of #3A1060
Complementary color
Monochromatic Colors of #3A1060
Black with #3A1060
Text Example
Text Example
White with #3A1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1060; }
p { color: rgb(58,16,96); }
H1.HeaderClassName
{
color: #3A1060;
}
.AnyTagClassName
{
color: #3A1060;
}
</style>
background-color css
<style>
a { background-color: #3A1060; }
a { background-color: rgb(58,16,96); }
div.DivClassName
{
background-color: #3A1060;
}
.BgClassName
{
background-color: #3A1060;
}
</style>
border-color css
<style>
span { border-color: #3A1060; }
span { border-color: rgb(58,16,96); }
td.TdClassName
{
border-color: #3A1060;
}
.TagClassName
{
border-color: #3A1060;
}
</style>