Shades of Christalle #3A1C56
Tints of Christalle #3A1C56
RGB
CMYK
RGB Variations
Color information
#3A1C56 (or 0x3A1C56) is known color: Christalle. HEX triplet: 3A, 1C and 56. RGB value is (58,28,86). Sum of RGB (Red+Green+Blue) = 58+28+86=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A1C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C56 is #C5E3A9. Grayscale: #2B2B2B. Windows color (decimal): -12968874 or 5643322. OLE color: 5643322.
HSL color Cylindrical-coordinate representation of color #3A1C56: hue angle of 271.03º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1C56 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 28 | 86 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.66 |
| HSL | 271.03º | 0.51% | 0.22% | - |
| HSV(B) | 271.03º | 0.67% | 0.34% | - |
| XYZ | 3.84 | 2.4 | 9.07 | - |
| YUV | 43.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 86 | 0.33 | 0.67 | 0 | 0.66 | 271.03 | 0.51 | 0.22 |
| Hex | 3A | 1C | 56 | 21 | 43 | 0 | 42 | 10F | 33 | 16 |
| Octal | 72 | 34 | 126 | 41 | 103 | 0 | 102 | 417 | 63 | 26 |
| Binary | 111010 | 11100 | 1010110 | 100001 | 1000011 | 0 | 1000010 | 100001111 | 110011 | 10110 |
Color Harmonies of #3A1C56
Complementary color
Monochromatic Colors of #3A1C56
Black with #3A1C56
Text Example
Text Example
White with #3A1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C56; }
p { color: rgb(58,28,86); }
H1.HeaderClassName
{
color: #3A1C56;
}
.AnyTagClassName
{
color: #3A1C56;
}
</style>
background-color css
<style>
a { background-color: #3A1C56; }
a { background-color: rgb(58,28,86); }
div.DivClassName
{
background-color: #3A1C56;
}
.BgClassName
{
background-color: #3A1C56;
}
</style>
border-color css
<style>
span { border-color: #3A1C56; }
span { border-color: rgb(58,28,86); }
td.TdClassName
{
border-color: #3A1C56;
}
.TagClassName
{
border-color: #3A1C56;
}
</style>