Shades of Christalle #3A1360
Tints of Christalle #3A1360
RGB
CMYK
RGB Variations
Color information
#3A1360 (or 0x3A1360) is known color: Christalle. HEX triplet: 3A, 13 and 60. RGB value is (58,19,96). Sum of RGB (Red+Green+Blue) = 58+19+96=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1360 is #C5EC9F. Grayscale: #272727. Windows color (decimal): -12971168 or 6296378. OLE color: 6296378.
HSL color Cylindrical-coordinate representation of color #3A1360: hue angle of 270.39º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1360 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 19 | 96 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.62 |
| HSL | 270.39º | 0.67% | 0.23% | - |
| HSV(B) | 270.39º | 0.8% | 0.38% | - |
| XYZ | 4.09 | 2.21 | 11.28 | - |
| YUV | 39.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 96 | 0.40 | 0.80 | 0 | 0.62 | 270.39 | 0.67 | 0.23 |
| Hex | 3A | 13 | 60 | 28 | 50 | 0 | 3E | 10E | 43 | 17 |
| Octal | 72 | 23 | 140 | 50 | 120 | 0 | 76 | 416 | 103 | 27 |
| Binary | 111010 | 10011 | 1100000 | 101000 | 1010000 | 0 | 111110 | 100001110 | 1000011 | 10111 |
Color Harmonies of #3A1360
Complementary color
Monochromatic Colors of #3A1360
Black with #3A1360
Text Example
Text Example
White with #3A1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1360; }
p { color: rgb(58,19,96); }
H1.HeaderClassName
{
color: #3A1360;
}
.AnyTagClassName
{
color: #3A1360;
}
</style>
background-color css
<style>
a { background-color: #3A1360; }
a { background-color: rgb(58,19,96); }
div.DivClassName
{
background-color: #3A1360;
}
.BgClassName
{
background-color: #3A1360;
}
</style>
border-color css
<style>
span { border-color: #3A1360; }
span { border-color: rgb(58,19,96); }
td.TdClassName
{
border-color: #3A1360;
}
.TagClassName
{
border-color: #3A1360;
}
</style>