Shades of Jagger #3D1F51
Tints of Jagger #3D1F51
RGB
CMYK
RGB Variations
Color information
#3D1F51 (or 0x3D1F51) is known color: Jagger. HEX triplet: 3D, 1F and 51. RGB value is (61,31,81). Sum of RGB (Red+Green+Blue) = 61+31+81=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D1F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F51 is #C2E0AE. Grayscale: #2D2D2D. Windows color (decimal): -12771503 or 5316413. OLE color: 5316413.
HSL color Cylindrical-coordinate representation of color #3D1F51: hue angle of 276º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1F51 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 31 | 81 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.68 |
| HSL | 276º | 0.45% | 0.22% | - |
| HSV(B) | 276º | 0.62% | 0.32% | - |
| XYZ | 3.9 | 2.57 | 8.07 | - |
| YUV | 45.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 81 | 0.25 | 0.62 | 0 | 0.68 | 276 | 0.45 | 0.22 |
| Hex | 3D | 1F | 51 | 19 | 3E | 0 | 44 | 114 | 2D | 16 |
| Octal | 75 | 37 | 121 | 31 | 76 | 0 | 104 | 424 | 55 | 26 |
| Binary | 111101 | 11111 | 1010001 | 11001 | 111110 | 0 | 1000100 | 100010100 | 101101 | 10110 |
Color Harmonies of #3D1F51
Complementary color
Monochromatic Colors of #3D1F51
Black with #3D1F51
Text Example
Text Example
White with #3D1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F51; }
p { color: rgb(61,31,81); }
H1.HeaderClassName
{
color: #3D1F51;
}
.AnyTagClassName
{
color: #3D1F51;
}
</style>
background-color css
<style>
a { background-color: #3D1F51; }
a { background-color: rgb(61,31,81); }
div.DivClassName
{
background-color: #3D1F51;
}
.BgClassName
{
background-color: #3D1F51;
}
</style>
border-color css
<style>
span { border-color: #3D1F51; }
span { border-color: rgb(61,31,81); }
td.TdClassName
{
border-color: #3D1F51;
}
.TagClassName
{
border-color: #3D1F51;
}
</style>