Shades of Christalle #3A196B
Tints of Christalle #3A196B
RGB
CMYK
RGB Variations
Color information
#3A196B (or 0x3A196B) is known color: Christalle. HEX triplet: 3A, 19 and 6B. RGB value is (58,25,107). Sum of RGB (Red+Green+Blue) = 58+25+107=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A196B is #C5E694. Grayscale: #2B2B2B. Windows color (decimal): -12969621 or 7018810. OLE color: 7018810.
HSL color Cylindrical-coordinate representation of color #3A196B: hue angle of 264.15º 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 #3A196B is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 25 | 107 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.58 |
| HSL | 264.15º | 0.62% | 0.26% | - |
| HSV(B) | 264.15º | 0.77% | 0.42% | - |
| XYZ | 4.75 | 2.66 | 14.17 | - |
| YUV | 44.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 107 | 0.46 | 0.77 | 0 | 0.58 | 264.15 | 0.62 | 0.26 |
| Hex | 3A | 19 | 6B | 2E | 4D | 0 | 3A | 108 | 3E | 1A |
| Octal | 72 | 31 | 153 | 56 | 115 | 0 | 72 | 410 | 76 | 32 |
| Binary | 111010 | 11001 | 1101011 | 101110 | 1001101 | 0 | 111010 | 100001000 | 111110 | 11010 |
Color Harmonies of #3A196B
Complementary color
Monochromatic Colors of #3A196B
Black with #3A196B
Text Example
Text Example
White with #3A196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A196B; }
p { color: rgb(58,25,107); }
H1.HeaderClassName
{
color: #3A196B;
}
.AnyTagClassName
{
color: #3A196B;
}
</style>
background-color css
<style>
a { background-color: #3A196B; }
a { background-color: rgb(58,25,107); }
div.DivClassName
{
background-color: #3A196B;
}
.BgClassName
{
background-color: #3A196B;
}
</style>
border-color css
<style>
span { border-color: #3A196B; }
span { border-color: rgb(58,25,107); }
td.TdClassName
{
border-color: #3A196B;
}
.TagClassName
{
border-color: #3A196B;
}
</style>