Shades of Christalle #3A0759
Tints of Christalle #3A0759
RGB
CMYK
RGB Variations
Color information
#3A0759 (or 0x3A0759) is known color: Christalle. HEX triplet: 3A, 07 and 59. RGB value is (58,7,89). Sum of RGB (Red+Green+Blue) = 58+7+89=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0759 is #C5F8A6. Grayscale: #1F1F1F. Windows color (decimal): -12974247 or 5834554. OLE color: 5834554.
HSL color Cylindrical-coordinate representation of color #3A0759: hue angle of 277.32º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0759 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 7 | 89 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.65 |
| HSL | 277.32º | 0.85% | 0.19% | - |
| HSV(B) | 277.32º | 0.92% | 0.35% | - |
| XYZ | 3.62 | 1.77 | 9.6 | - |
| YUV | 31.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 89 | 0.35 | 0.92 | 0 | 0.65 | 277.32 | 0.85 | 0.19 |
| Hex | 3A | 7 | 59 | 23 | 5C | 0 | 41 | 115 | 55 | 13 |
| Octal | 72 | 7 | 131 | 43 | 134 | 0 | 101 | 425 | 125 | 23 |
| Binary | 111010 | 111 | 1011001 | 100011 | 1011100 | 0 | 1000001 | 100010101 | 1010101 | 10011 |
Color Harmonies of #3A0759
Complementary color
Monochromatic Colors of #3A0759
Black with #3A0759
Text Example
Text Example
White with #3A0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0759; }
p { color: rgb(58,7,89); }
H1.HeaderClassName
{
color: #3A0759;
}
.AnyTagClassName
{
color: #3A0759;
}
</style>
background-color css
<style>
a { background-color: #3A0759; }
a { background-color: rgb(58,7,89); }
div.DivClassName
{
background-color: #3A0759;
}
.BgClassName
{
background-color: #3A0759;
}
</style>
border-color css
<style>
span { border-color: #3A0759; }
span { border-color: rgb(58,7,89); }
td.TdClassName
{
border-color: #3A0759;
}
.TagClassName
{
border-color: #3A0759;
}
</style>