Shades of Jagger #3F2656
Tints of Jagger #3F2656
RGB
CMYK
RGB Variations
Color information
#3F2656 (or 0x3F2656) is known color: Jagger. HEX triplet: 3F, 26 and 56. RGB value is (63,38,86). Sum of RGB (Red+Green+Blue) = 63+38+86=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2656 is #C0D9A9. Grayscale: #323232. Windows color (decimal): -12638634 or 5645887. OLE color: 5645887.
HSL color Cylindrical-coordinate representation of color #3F2656: hue angle of 271.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2656 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 38 | 86 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.66 |
| HSL | 271.25º | 0.39% | 0.24% | - |
| HSV(B) | 271.25º | 0.56% | 0.34% | - |
| XYZ | 4.42 | 3.11 | 9.17 | - |
| YUV | 50.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 86 | 0.27 | 0.56 | 0 | 0.66 | 271.25 | 0.39 | 0.24 |
| Hex | 3F | 26 | 56 | 1B | 38 | 0 | 42 | 10F | 27 | 18 |
| Octal | 77 | 46 | 126 | 33 | 70 | 0 | 102 | 417 | 47 | 30 |
| Binary | 111111 | 100110 | 1010110 | 11011 | 111000 | 0 | 1000010 | 100001111 | 100111 | 11000 |
Color Harmonies of #3F2656
Complementary color
Monochromatic Colors of #3F2656
Black with #3F2656
Text Example
Text Example
White with #3F2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2656; }
p { color: rgb(63,38,86); }
H1.HeaderClassName
{
color: #3F2656;
}
.AnyTagClassName
{
color: #3F2656;
}
</style>
background-color css
<style>
a { background-color: #3F2656; }
a { background-color: rgb(63,38,86); }
div.DivClassName
{
background-color: #3F2656;
}
.BgClassName
{
background-color: #3F2656;
}
</style>
border-color css
<style>
span { border-color: #3F2656; }
span { border-color: rgb(63,38,86); }
td.TdClassName
{
border-color: #3F2656;
}
.TagClassName
{
border-color: #3F2656;
}
</style>