Shades of Christalle #3A0561
Tints of Christalle #3A0561
RGB
CMYK
RGB Variations
Color information
#3A0561 (or 0x3A0561) is known color: Christalle. HEX triplet: 3A, 05 and 61. RGB value is (58,5,97). Sum of RGB (Red+Green+Blue) = 58+5+97=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0561 is #C5FA9E. Grayscale: #1F1F1F. Windows color (decimal): -12974751 or 6358330. OLE color: 6358330.
HSL color Cylindrical-coordinate representation of color #3A0561: hue angle of 274.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0561 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 5 | 97 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.62 |
| HSL | 274.57º | 0.9% | 0.2% | - |
| HSV(B) | 274.57º | 0.95% | 0.38% | - |
| XYZ | 3.96 | 1.87 | 11.46 | - |
| YUV | 31.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 97 | 0.40 | 0.95 | 0 | 0.62 | 274.57 | 0.9 | 0.2 |
| Hex | 3A | 5 | 61 | 28 | 5F | 0 | 3E | 113 | 5A | 14 |
| Octal | 72 | 5 | 141 | 50 | 137 | 0 | 76 | 423 | 132 | 24 |
| Binary | 111010 | 101 | 1100001 | 101000 | 1011111 | 0 | 111110 | 100010011 | 1011010 | 10100 |
Color Harmonies of #3A0561
Complementary color
Monochromatic Colors of #3A0561
Black with #3A0561
Text Example
Text Example
White with #3A0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0561; }
p { color: rgb(58,5,97); }
H1.HeaderClassName
{
color: #3A0561;
}
.AnyTagClassName
{
color: #3A0561;
}
</style>
background-color css
<style>
a { background-color: #3A0561; }
a { background-color: rgb(58,5,97); }
div.DivClassName
{
background-color: #3A0561;
}
.BgClassName
{
background-color: #3A0561;
}
</style>
border-color css
<style>
span { border-color: #3A0561; }
span { border-color: rgb(58,5,97); }
td.TdClassName
{
border-color: #3A0561;
}
.TagClassName
{
border-color: #3A0561;
}
</style>