Shades of Jagger #3F2956
Tints of Jagger #3F2956
RGB
CMYK
RGB Variations
Color information
#3F2956 (or 0x3F2956) is known color: Jagger. HEX triplet: 3F, 29 and 56. RGB value is (63,41,86). Sum of RGB (Red+Green+Blue) = 63+41+86=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F2956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2956 is #C0D6A9. Grayscale: #343434. Windows color (decimal): -12637866 or 5646655. OLE color: 5646655.
HSL color Cylindrical-coordinate representation of color #3F2956: hue angle of 269.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F2956 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 41 | 86 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.66 |
| HSL | 269.33º | 0.35% | 0.25% | - |
| HSV(B) | 269.33º | 0.52% | 0.34% | - |
| XYZ | 4.52 | 3.31 | 9.21 | - |
| YUV | 52.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 86 | 0.27 | 0.52 | 0 | 0.66 | 269.33 | 0.35 | 0.25 |
| Hex | 3F | 29 | 56 | 1B | 34 | 0 | 42 | 10D | 23 | 19 |
| Octal | 77 | 51 | 126 | 33 | 64 | 0 | 102 | 415 | 43 | 31 |
| Binary | 111111 | 101001 | 1010110 | 11011 | 110100 | 0 | 1000010 | 100001101 | 100011 | 11001 |
Color Harmonies of #3F2956
Complementary color
Monochromatic Colors of #3F2956
Black with #3F2956
Text Example
Text Example
White with #3F2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2956; }
p { color: rgb(63,41,86); }
H1.HeaderClassName
{
color: #3F2956;
}
.AnyTagClassName
{
color: #3F2956;
}
</style>
background-color css
<style>
a { background-color: #3F2956; }
a { background-color: rgb(63,41,86); }
div.DivClassName
{
background-color: #3F2956;
}
.BgClassName
{
background-color: #3F2956;
}
</style>
border-color css
<style>
span { border-color: #3F2956; }
span { border-color: rgb(63,41,86); }
td.TdClassName
{
border-color: #3F2956;
}
.TagClassName
{
border-color: #3F2956;
}
</style>