Shades of Christalle #3A0559
Tints of Christalle #3A0559
RGB
CMYK
RGB Variations
Color information
#3A0559 (or 0x3A0559) is known color: Christalle. HEX triplet: 3A, 05 and 59. RGB value is (58,5,89). Sum of RGB (Red+Green+Blue) = 58+5+89=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0559 is #C5FAA6. Grayscale: #1E1E1E. Windows color (decimal): -12974759 or 5834042. OLE color: 5834042.
HSL color Cylindrical-coordinate representation of color #3A0559: hue angle of 277.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0559 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 5 | 89 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.65 |
| HSL | 277.86º | 0.89% | 0.18% | - |
| HSV(B) | 277.86º | 0.94% | 0.35% | - |
| XYZ | 3.6 | 1.73 | 9.6 | - |
| YUV | 30.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 89 | 0.35 | 0.94 | 0 | 0.65 | 277.86 | 0.89 | 0.18 |
| Hex | 3A | 5 | 59 | 23 | 5E | 0 | 41 | 116 | 59 | 12 |
| Octal | 72 | 5 | 131 | 43 | 136 | 0 | 101 | 426 | 131 | 22 |
| Binary | 111010 | 101 | 1011001 | 100011 | 1011110 | 0 | 1000001 | 100010110 | 1011001 | 10010 |
Color Harmonies of #3A0559
Complementary color
Monochromatic Colors of #3A0559
Black with #3A0559
Text Example
Text Example
White with #3A0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0559; }
p { color: rgb(58,5,89); }
H1.HeaderClassName
{
color: #3A0559;
}
.AnyTagClassName
{
color: #3A0559;
}
</style>
background-color css
<style>
a { background-color: #3A0559; }
a { background-color: rgb(58,5,89); }
div.DivClassName
{
background-color: #3A0559;
}
.BgClassName
{
background-color: #3A0559;
}
</style>
border-color css
<style>
span { border-color: #3A0559; }
span { border-color: rgb(58,5,89); }
td.TdClassName
{
border-color: #3A0559;
}
.TagClassName
{
border-color: #3A0559;
}
</style>