Shades of Jagger #3C194E
Tints of Jagger #3C194E
RGB
CMYK
RGB Variations
Color information
#3C194E (or 0x3C194E) is known color: Jagger. HEX triplet: 3C, 19 and 4E. RGB value is (60,25,78). Sum of RGB (Red+Green+Blue) = 60+25+78=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C194E is #C3E6B1. Grayscale: #292929. Windows color (decimal): -12838578 or 5118268. OLE color: 5118268.
HSL color Cylindrical-coordinate representation of color #3C194E: hue angle of 279.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C194E is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 25 | 78 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.69 |
| HSL | 279.62º | 0.51% | 0.2% | - |
| HSV(B) | 279.62º | 0.68% | 0.31% | - |
| XYZ | 3.59 | 2.21 | 7.44 | - |
| YUV | 41.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 78 | 0.23 | 0.68 | 0 | 0.69 | 279.62 | 0.51 | 0.2 |
| Hex | 3C | 19 | 4E | 17 | 44 | 0 | 45 | 118 | 33 | 14 |
| Octal | 74 | 31 | 116 | 27 | 104 | 0 | 105 | 430 | 63 | 24 |
| Binary | 111100 | 11001 | 1001110 | 10111 | 1000100 | 0 | 1000101 | 100011000 | 110011 | 10100 |
Color Harmonies of #3C194E
Complementary color
Monochromatic Colors of #3C194E
Black with #3C194E
Text Example
Text Example
White with #3C194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C194E; }
p { color: rgb(60,25,78); }
H1.HeaderClassName
{
color: #3C194E;
}
.AnyTagClassName
{
color: #3C194E;
}
</style>
background-color css
<style>
a { background-color: #3C194E; }
a { background-color: rgb(60,25,78); }
div.DivClassName
{
background-color: #3C194E;
}
.BgClassName
{
background-color: #3C194E;
}
</style>
border-color css
<style>
span { border-color: #3C194E; }
span { border-color: rgb(60,25,78); }
td.TdClassName
{
border-color: #3C194E;
}
.TagClassName
{
border-color: #3C194E;
}
</style>