Shades of Jagger #3B1A4D
Tints of Jagger #3B1A4D
RGB
CMYK
RGB Variations
Color information
#3B1A4D (or 0x3B1A4D) is known color: Jagger. HEX triplet: 3B, 1A and 4D. RGB value is (59,26,77). Sum of RGB (Red+Green+Blue) = 59+26+77=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B1A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1A4D is #C4E5B2. Grayscale: #292929. Windows color (decimal): -12903859 or 5052987. OLE color: 5052987.
HSL color Cylindrical-coordinate representation of color #3B1A4D: hue angle of 278.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1A4D is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 26 | 77 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.70 |
| HSL | 278.82º | 0.5% | 0.2% | - |
| HSV(B) | 278.82º | 0.66% | 0.3% | - |
| XYZ | 3.51 | 2.2 | 7.26 | - |
| YUV | 41.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 77 | 0.23 | 0.66 | 0 | 0.70 | 278.82 | 0.5 | 0.2 |
| Hex | 3B | 1A | 4D | 17 | 42 | 0 | 46 | 117 | 32 | 14 |
| Octal | 73 | 32 | 115 | 27 | 102 | 0 | 106 | 427 | 62 | 24 |
| Binary | 111011 | 11010 | 1001101 | 10111 | 1000010 | 0 | 1000110 | 100010111 | 110010 | 10100 |
Color Harmonies of #3B1A4D
Complementary color
Monochromatic Colors of #3B1A4D
Black with #3B1A4D
Text Example
Text Example
White with #3B1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A4D; }
p { color: rgb(59,26,77); }
H1.HeaderClassName
{
color: #3B1A4D;
}
.AnyTagClassName
{
color: #3B1A4D;
}
</style>
background-color css
<style>
a { background-color: #3B1A4D; }
a { background-color: rgb(59,26,77); }
div.DivClassName
{
background-color: #3B1A4D;
}
.BgClassName
{
background-color: #3B1A4D;
}
</style>
border-color css
<style>
span { border-color: #3B1A4D; }
span { border-color: rgb(59,26,77); }
td.TdClassName
{
border-color: #3B1A4D;
}
.TagClassName
{
border-color: #3B1A4D;
}
</style>