Shades of Jagger #3C284A
Tints of Jagger #3C284A
RGB
CMYK
RGB Variations
Color information
#3C284A (or 0x3C284A) is known color: Jagger. HEX triplet: 3C, 28 and 4A. RGB value is (60,40,74). Sum of RGB (Red+Green+Blue) = 60+40+74=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C284A is #C3D7B5. Grayscale: #313131. Windows color (decimal): -12834742 or 4859964. OLE color: 4859964.
HSL color Cylindrical-coordinate representation of color #3C284A: hue angle of 275.29º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C284A is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 40 | 74 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.71 |
| HSL | 275.29º | 0.3% | 0.22% | - |
| HSV(B) | 275.29º | 0.46% | 0.29% | - |
| XYZ | 3.86 | 2.97 | 6.85 | - |
| YUV | 49.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 74 | 0.19 | 0.46 | 0 | 0.71 | 275.29 | 0.3 | 0.22 |
| Hex | 3C | 28 | 4A | 13 | 2E | 0 | 47 | 113 | 1E | 16 |
| Octal | 74 | 50 | 112 | 23 | 56 | 0 | 107 | 423 | 36 | 26 |
| Binary | 111100 | 101000 | 1001010 | 10011 | 101110 | 0 | 1000111 | 100010011 | 11110 | 10110 |
Color Harmonies of #3C284A
Complementary color
Monochromatic Colors of #3C284A
Black with #3C284A
Text Example
Text Example
White with #3C284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C284A; }
p { color: rgb(60,40,74); }
H1.HeaderClassName
{
color: #3C284A;
}
.AnyTagClassName
{
color: #3C284A;
}
</style>
background-color css
<style>
a { background-color: #3C284A; }
a { background-color: rgb(60,40,74); }
div.DivClassName
{
background-color: #3C284A;
}
.BgClassName
{
background-color: #3C284A;
}
</style>
border-color css
<style>
span { border-color: #3C284A; }
span { border-color: rgb(60,40,74); }
td.TdClassName
{
border-color: #3C284A;
}
.TagClassName
{
border-color: #3C284A;
}
</style>