Shades of Christalle #3A0A5E
Tints of Christalle #3A0A5E
RGB
CMYK
RGB Variations
Color information
#3A0A5E (or 0x3A0A5E) is known color: Christalle. HEX triplet: 3A, 0A and 5E. RGB value is (58,10,94). Sum of RGB (Red+Green+Blue) = 58+10+94=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A0A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A5E is #C5F5A1. Grayscale: #212121. Windows color (decimal): -12973474 or 6163002. OLE color: 6163002.
HSL color Cylindrical-coordinate representation of color #3A0A5E: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0A5E is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 10 | 94 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.63 |
| HSL | 274.29º | 0.81% | 0.2% | - |
| HSV(B) | 274.29º | 0.89% | 0.37% | - |
| XYZ | 3.87 | 1.92 | 10.76 | - |
| YUV | 33.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 94 | 0.38 | 0.89 | 0 | 0.63 | 274.29 | 0.81 | 0.2 |
| Hex | 3A | A | 5E | 26 | 59 | 0 | 3F | 112 | 51 | 14 |
| Octal | 72 | 12 | 136 | 46 | 131 | 0 | 77 | 422 | 121 | 24 |
| Binary | 111010 | 1010 | 1011110 | 100110 | 1011001 | 0 | 111111 | 100010010 | 1010001 | 10100 |
Color Harmonies of #3A0A5E
Complementary color
Monochromatic Colors of #3A0A5E
Black with #3A0A5E
Text Example
Text Example
White with #3A0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A5E; }
p { color: rgb(58,10,94); }
H1.HeaderClassName
{
color: #3A0A5E;
}
.AnyTagClassName
{
color: #3A0A5E;
}
</style>
background-color css
<style>
a { background-color: #3A0A5E; }
a { background-color: rgb(58,10,94); }
div.DivClassName
{
background-color: #3A0A5E;
}
.BgClassName
{
background-color: #3A0A5E;
}
</style>
border-color css
<style>
span { border-color: #3A0A5E; }
span { border-color: rgb(58,10,94); }
td.TdClassName
{
border-color: #3A0A5E;
}
.TagClassName
{
border-color: #3A0A5E;
}
</style>