Shades of Christalle #3A1959
Tints of Christalle #3A1959
RGB
CMYK
RGB Variations
Color information
#3A1959 (or 0x3A1959) is known color: Christalle. HEX triplet: 3A, 19 and 59. RGB value is (58,25,89). Sum of RGB (Red+Green+Blue) = 58+25+89=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1959 is #C5E6A6. Grayscale: #292929. Windows color (decimal): -12969639 or 5839162. OLE color: 5839162.
HSL color Cylindrical-coordinate representation of color #3A1959: hue angle of 270.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1959 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 25 | 89 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.65 |
| HSL | 270.94º | 0.56% | 0.22% | - |
| HSV(B) | 270.94º | 0.72% | 0.35% | - |
| XYZ | 3.9 | 2.32 | 9.69 | - |
| YUV | 42.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 89 | 0.35 | 0.72 | 0 | 0.65 | 270.94 | 0.56 | 0.22 |
| Hex | 3A | 19 | 59 | 23 | 48 | 0 | 41 | 10F | 38 | 16 |
| Octal | 72 | 31 | 131 | 43 | 110 | 0 | 101 | 417 | 70 | 26 |
| Binary | 111010 | 11001 | 1011001 | 100011 | 1001000 | 0 | 1000001 | 100001111 | 111000 | 10110 |
Color Harmonies of #3A1959
Complementary color
Monochromatic Colors of #3A1959
Black with #3A1959
Text Example
Text Example
White with #3A1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1959; }
p { color: rgb(58,25,89); }
H1.HeaderClassName
{
color: #3A1959;
}
.AnyTagClassName
{
color: #3A1959;
}
</style>
background-color css
<style>
a { background-color: #3A1959; }
a { background-color: rgb(58,25,89); }
div.DivClassName
{
background-color: #3A1959;
}
.BgClassName
{
background-color: #3A1959;
}
</style>
border-color css
<style>
span { border-color: #3A1959; }
span { border-color: rgb(58,25,89); }
td.TdClassName
{
border-color: #3A1959;
}
.TagClassName
{
border-color: #3A1959;
}
</style>