Shades of Christalle #3A1760
Tints of Christalle #3A1760
RGB
CMYK
RGB Variations
Color information
#3A1760 (or 0x3A1760) is known color: Christalle. HEX triplet: 3A, 17 and 60. RGB value is (58,23,96). Sum of RGB (Red+Green+Blue) = 58+23+96=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A1760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1760 is #C5E89F. Grayscale: #292929. Windows color (decimal): -12970144 or 6297402. OLE color: 6297402.
HSL color Cylindrical-coordinate representation of color #3A1760: hue angle of 268.77º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1760 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 23 | 96 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.62 |
| HSL | 268.77º | 0.61% | 0.23% | - |
| HSV(B) | 268.77º | 0.76% | 0.38% | - |
| XYZ | 4.16 | 2.36 | 11.3 | - |
| YUV | 41.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 96 | 0.40 | 0.76 | 0 | 0.62 | 268.77 | 0.61 | 0.23 |
| Hex | 3A | 17 | 60 | 28 | 4C | 0 | 3E | 10D | 3D | 17 |
| Octal | 72 | 27 | 140 | 50 | 114 | 0 | 76 | 415 | 75 | 27 |
| Binary | 111010 | 10111 | 1100000 | 101000 | 1001100 | 0 | 111110 | 100001101 | 111101 | 10111 |
Color Harmonies of #3A1760
Complementary color
Monochromatic Colors of #3A1760
Black with #3A1760
Text Example
Text Example
White with #3A1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1760; }
p { color: rgb(58,23,96); }
H1.HeaderClassName
{
color: #3A1760;
}
.AnyTagClassName
{
color: #3A1760;
}
</style>
background-color css
<style>
a { background-color: #3A1760; }
a { background-color: rgb(58,23,96); }
div.DivClassName
{
background-color: #3A1760;
}
.BgClassName
{
background-color: #3A1760;
}
</style>
border-color css
<style>
span { border-color: #3A1760; }
span { border-color: rgb(58,23,96); }
td.TdClassName
{
border-color: #3A1760;
}
.TagClassName
{
border-color: #3A1760;
}
</style>