Shades of Christalle #3A1D57
Tints of Christalle #3A1D57
RGB
CMYK
RGB Variations
Color information
#3A1D57 (or 0x3A1D57) is known color: Christalle. HEX triplet: 3A, 1D and 57. RGB value is (58,29,87). Sum of RGB (Red+Green+Blue) = 58+29+87=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A1D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D57 is #C5E2A8. Grayscale: #2C2C2C. Windows color (decimal): -12968617 or 5709114. OLE color: 5709114.
HSL color Cylindrical-coordinate representation of color #3A1D57: hue angle of 270º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1D57 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 29 | 87 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.66 |
| HSL | 270º | 0.5% | 0.23% | - |
| HSV(B) | 270º | 0.67% | 0.34% | - |
| XYZ | 3.9 | 2.47 | 9.29 | - |
| YUV | 44.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 87 | 0.33 | 0.67 | 0 | 0.66 | 270 | 0.5 | 0.23 |
| Hex | 3A | 1D | 57 | 21 | 43 | 0 | 42 | 10E | 32 | 17 |
| Octal | 72 | 35 | 127 | 41 | 103 | 0 | 102 | 416 | 62 | 27 |
| Binary | 111010 | 11101 | 1010111 | 100001 | 1000011 | 0 | 1000010 | 100001110 | 110010 | 10111 |
Color Harmonies of #3A1D57
Complementary color
Monochromatic Colors of #3A1D57
Black with #3A1D57
Text Example
Text Example
White with #3A1D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D57; }
p { color: rgb(58,29,87); }
H1.HeaderClassName
{
color: #3A1D57;
}
.AnyTagClassName
{
color: #3A1D57;
}
</style>
background-color css
<style>
a { background-color: #3A1D57; }
a { background-color: rgb(58,29,87); }
div.DivClassName
{
background-color: #3A1D57;
}
.BgClassName
{
background-color: #3A1D57;
}
</style>
border-color css
<style>
span { border-color: #3A1D57; }
span { border-color: rgb(58,29,87); }
td.TdClassName
{
border-color: #3A1D57;
}
.TagClassName
{
border-color: #3A1D57;
}
</style>