Shades of Jagger #3C1750
Tints of Jagger #3C1750
RGB
CMYK
RGB Variations
Color information
#3C1750 (or 0x3C1750) is known color: Jagger. HEX triplet: 3C, 17 and 50. RGB value is (60,23,80). Sum of RGB (Red+Green+Blue) = 60+23+80=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1750 is #C3E8AF. Grayscale: #282828. Windows color (decimal): -12839088 or 5248828. OLE color: 5248828.
HSL color Cylindrical-coordinate representation of color #3C1750: hue angle of 278.95º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C1750 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 23 | 80 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.69 |
| HSL | 278.95º | 0.55% | 0.2% | - |
| HSV(B) | 278.95º | 0.71% | 0.31% | - |
| XYZ | 3.62 | 2.15 | 7.81 | - |
| YUV | 40.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 80 | 0.25 | 0.71 | 0 | 0.69 | 278.95 | 0.55 | 0.2 |
| Hex | 3C | 17 | 50 | 19 | 47 | 0 | 45 | 117 | 37 | 14 |
| Octal | 74 | 27 | 120 | 31 | 107 | 0 | 105 | 427 | 67 | 24 |
| Binary | 111100 | 10111 | 1010000 | 11001 | 1000111 | 0 | 1000101 | 100010111 | 110111 | 10100 |
Color Harmonies of #3C1750
Complementary color
Monochromatic Colors of #3C1750
Black with #3C1750
Text Example
Text Example
White with #3C1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1750; }
p { color: rgb(60,23,80); }
H1.HeaderClassName
{
color: #3C1750;
}
.AnyTagClassName
{
color: #3C1750;
}
</style>
background-color css
<style>
a { background-color: #3C1750; }
a { background-color: rgb(60,23,80); }
div.DivClassName
{
background-color: #3C1750;
}
.BgClassName
{
background-color: #3C1750;
}
</style>
border-color css
<style>
span { border-color: #3C1750; }
span { border-color: rgb(60,23,80); }
td.TdClassName
{
border-color: #3C1750;
}
.TagClassName
{
border-color: #3C1750;
}
</style>