Shades of Jagger #3C264A
Tints of Jagger #3C264A
RGB
CMYK
RGB Variations
Color information
#3C264A (or 0x3C264A) is known color: Jagger. HEX triplet: 3C, 26 and 4A. RGB value is (60,38,74). Sum of RGB (Red+Green+Blue) = 60+38+74=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C264A is #C3D9B5. Grayscale: #303030. Windows color (decimal): -12835254 or 4859452. OLE color: 4859452.
HSL color Cylindrical-coordinate representation of color #3C264A: hue angle of 276.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C264A is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 38 | 74 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.71 |
| HSL | 276.67º | 0.32% | 0.22% | - |
| HSV(B) | 276.67º | 0.49% | 0.29% | - |
| XYZ | 3.79 | 2.84 | 6.83 | - |
| YUV | 48.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 74 | 0.19 | 0.49 | 0 | 0.71 | 276.67 | 0.32 | 0.22 |
| Hex | 3C | 26 | 4A | 13 | 31 | 0 | 47 | 115 | 20 | 16 |
| Octal | 74 | 46 | 112 | 23 | 61 | 0 | 107 | 425 | 40 | 26 |
| Binary | 111100 | 100110 | 1001010 | 10011 | 110001 | 0 | 1000111 | 100010101 | 100000 | 10110 |
Color Harmonies of #3C264A
Complementary color
Monochromatic Colors of #3C264A
Black with #3C264A
Text Example
Text Example
White with #3C264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C264A; }
p { color: rgb(60,38,74); }
H1.HeaderClassName
{
color: #3C264A;
}
.AnyTagClassName
{
color: #3C264A;
}
</style>
background-color css
<style>
a { background-color: #3C264A; }
a { background-color: rgb(60,38,74); }
div.DivClassName
{
background-color: #3C264A;
}
.BgClassName
{
background-color: #3C264A;
}
</style>
border-color css
<style>
span { border-color: #3C264A; }
span { border-color: rgb(60,38,74); }
td.TdClassName
{
border-color: #3C264A;
}
.TagClassName
{
border-color: #3C264A;
}
</style>