Shades of Jagger #3C274D
Tints of Jagger #3C274D
RGB
CMYK
RGB Variations
Color information
#3C274D (or 0x3C274D) is known color: Jagger. HEX triplet: 3C, 27 and 4D. RGB value is (60,39,77). Sum of RGB (Red+Green+Blue) = 60+39+77=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C274D is #C3D8B2. Grayscale: #313131. Windows color (decimal): -12834995 or 5056316. OLE color: 5056316.
HSL color Cylindrical-coordinate representation of color #3C274D: hue angle of 273.16º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C274D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 39 | 77 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.70 |
| HSL | 273.16º | 0.33% | 0.23% | - |
| HSV(B) | 273.16º | 0.49% | 0.3% | - |
| XYZ | 3.93 | 2.95 | 7.38 | - |
| YUV | 49.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 77 | 0.22 | 0.49 | 0 | 0.70 | 273.16 | 0.33 | 0.23 |
| Hex | 3C | 27 | 4D | 16 | 31 | 0 | 46 | 111 | 21 | 17 |
| Octal | 74 | 47 | 115 | 26 | 61 | 0 | 106 | 421 | 41 | 27 |
| Binary | 111100 | 100111 | 1001101 | 10110 | 110001 | 0 | 1000110 | 100010001 | 100001 | 10111 |
Color Harmonies of #3C274D
Complementary color
Monochromatic Colors of #3C274D
Black with #3C274D
Text Example
Text Example
White with #3C274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C274D; }
p { color: rgb(60,39,77); }
H1.HeaderClassName
{
color: #3C274D;
}
.AnyTagClassName
{
color: #3C274D;
}
</style>
background-color css
<style>
a { background-color: #3C274D; }
a { background-color: rgb(60,39,77); }
div.DivClassName
{
background-color: #3C274D;
}
.BgClassName
{
background-color: #3C274D;
}
</style>
border-color css
<style>
span { border-color: #3C274D; }
span { border-color: rgb(60,39,77); }
td.TdClassName
{
border-color: #3C274D;
}
.TagClassName
{
border-color: #3C274D;
}
</style>