Shades of Christalle #3A196C
Tints of Christalle #3A196C
RGB
CMYK
RGB Variations
Color information
#3A196C (or 0x3A196C) is known color: Christalle. HEX triplet: 3A, 19 and 6C. RGB value is (58,25,108). Sum of RGB (Red+Green+Blue) = 58+25+108=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A196C is #C5E693. Grayscale: #2C2C2C. Windows color (decimal): -12969620 or 7084346. OLE color: 7084346.
HSL color Cylindrical-coordinate representation of color #3A196C: hue angle of 263.86º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A196C is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 25 | 108 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.58 |
| HSL | 263.86º | 0.62% | 0.26% | - |
| HSV(B) | 263.86º | 0.77% | 0.42% | - |
| XYZ | 4.8 | 2.68 | 14.45 | - |
| YUV | 44.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 108 | 0.46 | 0.77 | 0 | 0.58 | 263.86 | 0.62 | 0.26 |
| Hex | 3A | 19 | 6C | 2E | 4D | 0 | 3A | 108 | 3E | 1A |
| Octal | 72 | 31 | 154 | 56 | 115 | 0 | 72 | 410 | 76 | 32 |
| Binary | 111010 | 11001 | 1101100 | 101110 | 1001101 | 0 | 111010 | 100001000 | 111110 | 11010 |
Color Harmonies of #3A196C
Complementary color
Monochromatic Colors of #3A196C
Black with #3A196C
Text Example
Text Example
White with #3A196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A196C; }
p { color: rgb(58,25,108); }
H1.HeaderClassName
{
color: #3A196C;
}
.AnyTagClassName
{
color: #3A196C;
}
</style>
background-color css
<style>
a { background-color: #3A196C; }
a { background-color: rgb(58,25,108); }
div.DivClassName
{
background-color: #3A196C;
}
.BgClassName
{
background-color: #3A196C;
}
</style>
border-color css
<style>
span { border-color: #3A196C; }
span { border-color: rgb(58,25,108); }
td.TdClassName
{
border-color: #3A196C;
}
.TagClassName
{
border-color: #3A196C;
}
</style>