Shades of Jagger #3F2D57
Tints of Jagger #3F2D57
RGB
CMYK
RGB Variations
Color information
#3F2D57 (or 0x3F2D57) is known color: Jagger. HEX triplet: 3F, 2D and 57. RGB value is (63,45,87). Sum of RGB (Red+Green+Blue) = 63+45+87=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F2D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D57 is #C0D2A8. Grayscale: #373737. Windows color (decimal): -12636841 or 5713215. OLE color: 5713215.
HSL color Cylindrical-coordinate representation of color #3F2D57: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2D57 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 45 | 87 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.66 |
| HSL | 265.71º | 0.32% | 0.26% | - |
| HSV(B) | 265.71º | 0.48% | 0.34% | - |
| XYZ | 4.71 | 3.62 | 9.47 | - |
| YUV | 55.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 87 | 0.28 | 0.48 | 0 | 0.66 | 265.71 | 0.32 | 0.26 |
| Hex | 3F | 2D | 57 | 1C | 30 | 0 | 42 | 10A | 20 | 1A |
| Octal | 77 | 55 | 127 | 34 | 60 | 0 | 102 | 412 | 40 | 32 |
| Binary | 111111 | 101101 | 1010111 | 11100 | 110000 | 0 | 1000010 | 100001010 | 100000 | 11010 |
Color Harmonies of #3F2D57
Complementary color
Monochromatic Colors of #3F2D57
Black with #3F2D57
Text Example
Text Example
White with #3F2D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D57; }
p { color: rgb(63,45,87); }
H1.HeaderClassName
{
color: #3F2D57;
}
.AnyTagClassName
{
color: #3F2D57;
}
</style>
background-color css
<style>
a { background-color: #3F2D57; }
a { background-color: rgb(63,45,87); }
div.DivClassName
{
background-color: #3F2D57;
}
.BgClassName
{
background-color: #3F2D57;
}
</style>
border-color css
<style>
span { border-color: #3F2D57; }
span { border-color: rgb(63,45,87); }
td.TdClassName
{
border-color: #3F2D57;
}
.TagClassName
{
border-color: #3F2D57;
}
</style>