Shades of Christalle #3A1059
Tints of Christalle #3A1059
RGB
CMYK
RGB Variations
Color information
#3A1059 (or 0x3A1059) is known color: Christalle. HEX triplet: 3A, 10 and 59. RGB value is (58,16,89). Sum of RGB (Red+Green+Blue) = 58+16+89=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1059 is #C5EFA6. Grayscale: #242424. Windows color (decimal): -12971943 or 5836858. OLE color: 5836858.
HSL color Cylindrical-coordinate representation of color #3A1059: hue angle of 274.52º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1059 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 16 | 89 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.65 |
| HSL | 274.52º | 0.7% | 0.21% | - |
| HSV(B) | 274.52º | 0.82% | 0.35% | - |
| XYZ | 3.73 | 1.99 | 9.64 | - |
| YUV | 36.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 89 | 0.35 | 0.82 | 0 | 0.65 | 274.52 | 0.7 | 0.21 |
| Hex | 3A | 10 | 59 | 23 | 52 | 0 | 41 | 113 | 46 | 15 |
| Octal | 72 | 20 | 131 | 43 | 122 | 0 | 101 | 423 | 106 | 25 |
| Binary | 111010 | 10000 | 1011001 | 100011 | 1010010 | 0 | 1000001 | 100010011 | 1000110 | 10101 |
Color Harmonies of #3A1059
Complementary color
Monochromatic Colors of #3A1059
Black with #3A1059
Text Example
Text Example
White with #3A1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1059; }
p { color: rgb(58,16,89); }
H1.HeaderClassName
{
color: #3A1059;
}
.AnyTagClassName
{
color: #3A1059;
}
</style>
background-color css
<style>
a { background-color: #3A1059; }
a { background-color: rgb(58,16,89); }
div.DivClassName
{
background-color: #3A1059;
}
.BgClassName
{
background-color: #3A1059;
}
</style>
border-color css
<style>
span { border-color: #3A1059; }
span { border-color: rgb(58,16,89); }
td.TdClassName
{
border-color: #3A1059;
}
.TagClassName
{
border-color: #3A1059;
}
</style>