Shades of Christalle #3A1557
Tints of Christalle #3A1557
RGB
CMYK
RGB Variations
Color information
#3A1557 (or 0x3A1557) is known color: Christalle. HEX triplet: 3A, 15 and 57. RGB value is (58,21,87). Sum of RGB (Red+Green+Blue) = 58+21+87=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A1557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1557 is #C5EAA8. Grayscale: #272727. Windows color (decimal): -12970665 or 5707066. OLE color: 5707066.
HSL color Cylindrical-coordinate representation of color #3A1557: hue angle of 273.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1557 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 21 | 87 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.66 |
| HSL | 273.64º | 0.61% | 0.21% | - |
| HSV(B) | 273.64º | 0.76% | 0.34% | - |
| XYZ | 3.73 | 2.12 | 9.23 | - |
| YUV | 39.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 87 | 0.33 | 0.76 | 0 | 0.66 | 273.64 | 0.61 | 0.21 |
| Hex | 3A | 15 | 57 | 21 | 4C | 0 | 42 | 112 | 3D | 15 |
| Octal | 72 | 25 | 127 | 41 | 114 | 0 | 102 | 422 | 75 | 25 |
| Binary | 111010 | 10101 | 1010111 | 100001 | 1001100 | 0 | 1000010 | 100010010 | 111101 | 10101 |
Color Harmonies of #3A1557
Complementary color
Monochromatic Colors of #3A1557
Black with #3A1557
Text Example
Text Example
White with #3A1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1557; }
p { color: rgb(58,21,87); }
H1.HeaderClassName
{
color: #3A1557;
}
.AnyTagClassName
{
color: #3A1557;
}
</style>
background-color css
<style>
a { background-color: #3A1557; }
a { background-color: rgb(58,21,87); }
div.DivClassName
{
background-color: #3A1557;
}
.BgClassName
{
background-color: #3A1557;
}
</style>
border-color css
<style>
span { border-color: #3A1557; }
span { border-color: rgb(58,21,87); }
td.TdClassName
{
border-color: #3A1557;
}
.TagClassName
{
border-color: #3A1557;
}
</style>