Shades of Jagger #3D1C4A
Tints of Jagger #3D1C4A
RGB
CMYK
RGB Variations
Color information
#3D1C4A (or 0x3D1C4A) is known color: Jagger. HEX triplet: 3D, 1C and 4A. RGB value is (61,28,74). Sum of RGB (Red+Green+Blue) = 61+28+74=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D1C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C4A is #C2E3B5. Grayscale: #2A2A2A. Windows color (decimal): -12772278 or 4856893. OLE color: 4856893.
HSL color Cylindrical-coordinate representation of color #3D1C4A: hue angle of 283.04º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1C4A is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 28 | 74 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.71 |
| HSL | 283.04º | 0.45% | 0.2% | - |
| HSV(B) | 283.04º | 0.62% | 0.29% | - |
| XYZ | 3.58 | 2.32 | 6.74 | - |
| YUV | 43.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 74 | 0.18 | 0.62 | 0 | 0.71 | 283.04 | 0.45 | 0.2 |
| Hex | 3D | 1C | 4A | 12 | 3E | 0 | 47 | 11B | 2D | 14 |
| Octal | 75 | 34 | 112 | 22 | 76 | 0 | 107 | 433 | 55 | 24 |
| Binary | 111101 | 11100 | 1001010 | 10010 | 111110 | 0 | 1000111 | 100011011 | 101101 | 10100 |
Color Harmonies of #3D1C4A
Complementary color
Monochromatic Colors of #3D1C4A
Black with #3D1C4A
Text Example
Text Example
White with #3D1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C4A; }
p { color: rgb(61,28,74); }
H1.HeaderClassName
{
color: #3D1C4A;
}
.AnyTagClassName
{
color: #3D1C4A;
}
</style>
background-color css
<style>
a { background-color: #3D1C4A; }
a { background-color: rgb(61,28,74); }
div.DivClassName
{
background-color: #3D1C4A;
}
.BgClassName
{
background-color: #3D1C4A;
}
</style>
border-color css
<style>
span { border-color: #3D1C4A; }
span { border-color: rgb(61,28,74); }
td.TdClassName
{
border-color: #3D1C4A;
}
.TagClassName
{
border-color: #3D1C4A;
}
</style>