Shades of Jagger #3F2556
Tints of Jagger #3F2556
RGB
CMYK
RGB Variations
Color information
#3F2556 (or 0x3F2556) is known color: Jagger. HEX triplet: 3F, 25 and 56. RGB value is (63,37,86). Sum of RGB (Red+Green+Blue) = 63+37+86=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F2556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2556 is #C0DAA9. Grayscale: #323232. Windows color (decimal): -12638890 or 5645631. OLE color: 5645631.
HSL color Cylindrical-coordinate representation of color #3F2556: hue angle of 271.84º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F2556 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 37 | 86 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.66 |
| HSL | 271.84º | 0.4% | 0.24% | - |
| HSV(B) | 271.84º | 0.57% | 0.34% | - |
| XYZ | 4.39 | 3.05 | 9.16 | - |
| YUV | 50.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 86 | 0.27 | 0.57 | 0 | 0.66 | 271.84 | 0.4 | 0.24 |
| Hex | 3F | 25 | 56 | 1B | 39 | 0 | 42 | 110 | 28 | 18 |
| Octal | 77 | 45 | 126 | 33 | 71 | 0 | 102 | 420 | 50 | 30 |
| Binary | 111111 | 100101 | 1010110 | 11011 | 111001 | 0 | 1000010 | 100010000 | 101000 | 11000 |
Color Harmonies of #3F2556
Complementary color
Monochromatic Colors of #3F2556
Black with #3F2556
Text Example
Text Example
White with #3F2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2556; }
p { color: rgb(63,37,86); }
H1.HeaderClassName
{
color: #3F2556;
}
.AnyTagClassName
{
color: #3F2556;
}
</style>
background-color css
<style>
a { background-color: #3F2556; }
a { background-color: rgb(63,37,86); }
div.DivClassName
{
background-color: #3F2556;
}
.BgClassName
{
background-color: #3F2556;
}
</style>
border-color css
<style>
span { border-color: #3F2556; }
span { border-color: rgb(63,37,86); }
td.TdClassName
{
border-color: #3F2556;
}
.TagClassName
{
border-color: #3F2556;
}
</style>