Shades of Jagger #3C1755
Tints of Jagger #3C1755
RGB
CMYK
RGB Variations
Color information
#3C1755 (or 0x3C1755) is known color: Jagger. HEX triplet: 3C, 17 and 55. RGB value is (60,23,85). Sum of RGB (Red+Green+Blue) = 60+23+85=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1755 is #C3E8AA. Grayscale: #282828. Windows color (decimal): -12839083 or 5576508. OLE color: 5576508.
HSL color Cylindrical-coordinate representation of color #3C1755: hue angle of 275.81º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1755 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 23 | 85 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.67 |
| HSL | 275.81º | 0.57% | 0.21% | - |
| HSV(B) | 275.81º | 0.73% | 0.33% | - |
| XYZ | 3.81 | 2.23 | 8.82 | - |
| YUV | 41.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 85 | 0.29 | 0.73 | 0 | 0.67 | 275.81 | 0.57 | 0.21 |
| Hex | 3C | 17 | 55 | 1D | 49 | 0 | 43 | 114 | 39 | 15 |
| Octal | 74 | 27 | 125 | 35 | 111 | 0 | 103 | 424 | 71 | 25 |
| Binary | 111100 | 10111 | 1010101 | 11101 | 1001001 | 0 | 1000011 | 100010100 | 111001 | 10101 |
Color Harmonies of #3C1755
Complementary color
Monochromatic Colors of #3C1755
Black with #3C1755
Text Example
Text Example
White with #3C1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1755; }
p { color: rgb(60,23,85); }
H1.HeaderClassName
{
color: #3C1755;
}
.AnyTagClassName
{
color: #3C1755;
}
</style>
background-color css
<style>
a { background-color: #3C1755; }
a { background-color: rgb(60,23,85); }
div.DivClassName
{
background-color: #3C1755;
}
.BgClassName
{
background-color: #3C1755;
}
</style>
border-color css
<style>
span { border-color: #3C1755; }
span { border-color: rgb(60,23,85); }
td.TdClassName
{
border-color: #3C1755;
}
.TagClassName
{
border-color: #3C1755;
}
</style>