Shades of Jagger #3C2653
Tints of Jagger #3C2653
RGB
CMYK
RGB Variations
Color information
#3C2653 (or 0x3C2653) is known color: Jagger. HEX triplet: 3C, 26 and 53. RGB value is (60,38,83). Sum of RGB (Red+Green+Blue) = 60+38+83=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2653 is #C3D9AC. Grayscale: #313131. Windows color (decimal): -12835245 or 5449276. OLE color: 5449276.
HSL color Cylindrical-coordinate representation of color #3C2653: hue angle of 269.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C2653 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 38 | 83 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.67 |
| HSL | 269.33º | 0.37% | 0.24% | - |
| HSV(B) | 269.33º | 0.54% | 0.33% | - |
| XYZ | 4.12 | 2.97 | 8.54 | - |
| YUV | 49.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 83 | 0.28 | 0.54 | 0 | 0.67 | 269.33 | 0.37 | 0.24 |
| Hex | 3C | 26 | 53 | 1C | 36 | 0 | 43 | 10D | 25 | 18 |
| Octal | 74 | 46 | 123 | 34 | 66 | 0 | 103 | 415 | 45 | 30 |
| Binary | 111100 | 100110 | 1010011 | 11100 | 110110 | 0 | 1000011 | 100001101 | 100101 | 11000 |
Color Harmonies of #3C2653
Complementary color
Monochromatic Colors of #3C2653
Black with #3C2653
Text Example
Text Example
White with #3C2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2653; }
p { color: rgb(60,38,83); }
H1.HeaderClassName
{
color: #3C2653;
}
.AnyTagClassName
{
color: #3C2653;
}
</style>
background-color css
<style>
a { background-color: #3C2653; }
a { background-color: rgb(60,38,83); }
div.DivClassName
{
background-color: #3C2653;
}
.BgClassName
{
background-color: #3C2653;
}
</style>
border-color css
<style>
span { border-color: #3C2653; }
span { border-color: rgb(60,38,83); }
td.TdClassName
{
border-color: #3C2653;
}
.TagClassName
{
border-color: #3C2653;
}
</style>