Shades of Jagger #3F314D
Tints of Jagger #3F314D
RGB
CMYK
RGB Variations
Color information
#3F314D (or 0x3F314D) is known color: Jagger. HEX triplet: 3F, 31 and 4D. RGB value is (63,49,77). Sum of RGB (Red+Green+Blue) = 63+49+77=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F314D is #C0CEB2. Grayscale: #383838. Windows color (decimal): -12635827 or 5058879. OLE color: 5058879.
HSL color Cylindrical-coordinate representation of color #3F314D: hue angle of 270º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F314D is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 49 | 77 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.70 |
| HSL | 270º | 0.22% | 0.25% | - |
| HSV(B) | 270º | 0.36% | 0.3% | - |
| XYZ | 4.49 | 3.79 | 7.52 | - |
| YUV | 56.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 77 | 0.18 | 0.36 | 0 | 0.70 | 270 | 0.22 | 0.25 |
| Hex | 3F | 31 | 4D | 12 | 24 | 0 | 46 | 10E | 16 | 19 |
| Octal | 77 | 61 | 115 | 22 | 44 | 0 | 106 | 416 | 26 | 31 |
| Binary | 111111 | 110001 | 1001101 | 10010 | 100100 | 0 | 1000110 | 100001110 | 10110 | 11001 |
Color Harmonies of #3F314D
Complementary color
Monochromatic Colors of #3F314D
Black with #3F314D
Text Example
Text Example
White with #3F314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F314D; }
p { color: rgb(63,49,77); }
H1.HeaderClassName
{
color: #3F314D;
}
.AnyTagClassName
{
color: #3F314D;
}
</style>
background-color css
<style>
a { background-color: #3F314D; }
a { background-color: rgb(63,49,77); }
div.DivClassName
{
background-color: #3F314D;
}
.BgClassName
{
background-color: #3F314D;
}
</style>
border-color css
<style>
span { border-color: #3F314D; }
span { border-color: rgb(63,49,77); }
td.TdClassName
{
border-color: #3F314D;
}
.TagClassName
{
border-color: #3F314D;
}
</style>