Shades of Jagger #361D4C
Tints of Jagger #361D4C
RGB
CMYK
RGB Variations
Color information
#361D4C (or 0x361D4C) is known color: Jagger. HEX triplet: 36, 1D and 4C. RGB value is (54,29,76). Sum of RGB (Red+Green+Blue) = 54+29+76=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #361D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D4C is #C9E2B3. Grayscale: #292929. Windows color (decimal): -13230772 or 4988214. OLE color: 4988214.
HSL color Cylindrical-coordinate representation of color #361D4C: hue angle of 271.91º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #361D4C is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 29 | 76 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.70 |
| HSL | 271.91º | 0.45% | 0.21% | - |
| HSV(B) | 271.91º | 0.62% | 0.3% | - |
| XYZ | 3.27 | 2.18 | 7.09 | - |
| YUV | 41.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 76 | 0.29 | 0.62 | 0 | 0.70 | 271.91 | 0.45 | 0.21 |
| Hex | 36 | 1D | 4C | 1D | 3E | 0 | 46 | 110 | 2D | 15 |
| Octal | 66 | 35 | 114 | 35 | 76 | 0 | 106 | 420 | 55 | 25 |
| Binary | 110110 | 11101 | 1001100 | 11101 | 111110 | 0 | 1000110 | 100010000 | 101101 | 10101 |
Color Harmonies of #361D4C
Complementary color
Monochromatic Colors of #361D4C
Black with #361D4C
Text Example
Text Example
White with #361D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D4C; }
p { color: rgb(54,29,76); }
H1.HeaderClassName
{
color: #361D4C;
}
.AnyTagClassName
{
color: #361D4C;
}
</style>
background-color css
<style>
a { background-color: #361D4C; }
a { background-color: rgb(54,29,76); }
div.DivClassName
{
background-color: #361D4C;
}
.BgClassName
{
background-color: #361D4C;
}
</style>
border-color css
<style>
span { border-color: #361D4C; }
span { border-color: rgb(54,29,76); }
td.TdClassName
{
border-color: #361D4C;
}
.TagClassName
{
border-color: #361D4C;
}
</style>