Shades of Christalle #3A2557
Tints of Christalle #3A2557
RGB
CMYK
RGB Variations
Color information
#3A2557 (or 0x3A2557) is known color: Christalle. HEX triplet: 3A, 25 and 57. RGB value is (58,37,87). Sum of RGB (Red+Green+Blue) = 58+37+87=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2557 is #C5DAA8. Grayscale: #303030. Windows color (decimal): -12966569 or 5711162. OLE color: 5711162.
HSL color Cylindrical-coordinate representation of color #3A2557: hue angle of 265.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2557 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 37 | 87 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.66 |
| HSL | 265.2º | 0.4% | 0.24% | - |
| HSV(B) | 265.2º | 0.57% | 0.34% | - |
| XYZ | 4.13 | 2.91 | 9.36 | - |
| YUV | 48.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 87 | 0.33 | 0.57 | 0 | 0.66 | 265.2 | 0.4 | 0.24 |
| Hex | 3A | 25 | 57 | 21 | 39 | 0 | 42 | 109 | 28 | 18 |
| Octal | 72 | 45 | 127 | 41 | 71 | 0 | 102 | 411 | 50 | 30 |
| Binary | 111010 | 100101 | 1010111 | 100001 | 111001 | 0 | 1000010 | 100001001 | 101000 | 11000 |
Color Harmonies of #3A2557
Complementary color
Monochromatic Colors of #3A2557
Black with #3A2557
Text Example
Text Example
White with #3A2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2557; }
p { color: rgb(58,37,87); }
H1.HeaderClassName
{
color: #3A2557;
}
.AnyTagClassName
{
color: #3A2557;
}
</style>
background-color css
<style>
a { background-color: #3A2557; }
a { background-color: rgb(58,37,87); }
div.DivClassName
{
background-color: #3A2557;
}
.BgClassName
{
background-color: #3A2557;
}
</style>
border-color css
<style>
span { border-color: #3A2557; }
span { border-color: rgb(58,37,87); }
td.TdClassName
{
border-color: #3A2557;
}
.TagClassName
{
border-color: #3A2557;
}
</style>