Shades of Jagger #3F2047
Tints of Jagger #3F2047
RGB
CMYK
RGB Variations
Color information
#3F2047 (or 0x3F2047) is known color: Jagger. HEX triplet: 3F, 20 and 47. RGB value is (63,32,71). Sum of RGB (Red+Green+Blue) = 63+32+71=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2047 is #C0DFB8. Grayscale: #2D2D2D. Windows color (decimal): -12640185 or 4661311. OLE color: 4661311.
HSL color Cylindrical-coordinate representation of color #3F2047: hue angle of 287.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F2047 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 32 | 71 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.72 |
| HSL | 287.69º | 0.38% | 0.2% | - |
| HSV(B) | 287.69º | 0.55% | 0.28% | - |
| XYZ | 3.7 | 2.54 | 6.26 | - |
| YUV | 45.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 71 | 0.11 | 0.55 | 0 | 0.72 | 287.69 | 0.38 | 0.2 |
| Hex | 3F | 20 | 47 | B | 37 | 0 | 48 | 120 | 26 | 14 |
| Octal | 77 | 40 | 107 | 13 | 67 | 0 | 110 | 440 | 46 | 24 |
| Binary | 111111 | 100000 | 1000111 | 1011 | 110111 | 0 | 1001000 | 100100000 | 100110 | 10100 |
Color Harmonies of #3F2047
Complementary color
Monochromatic Colors of #3F2047
Black with #3F2047
Text Example
Text Example
White with #3F2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2047; }
p { color: rgb(63,32,71); }
H1.HeaderClassName
{
color: #3F2047;
}
.AnyTagClassName
{
color: #3F2047;
}
</style>
background-color css
<style>
a { background-color: #3F2047; }
a { background-color: rgb(63,32,71); }
div.DivClassName
{
background-color: #3F2047;
}
.BgClassName
{
background-color: #3F2047;
}
</style>
border-color css
<style>
span { border-color: #3F2047; }
span { border-color: rgb(63,32,71); }
td.TdClassName
{
border-color: #3F2047;
}
.TagClassName
{
border-color: #3F2047;
}
</style>