Shades of Jagger #3F2651
Tints of Jagger #3F2651
RGB
CMYK
RGB Variations
Color information
#3F2651 (or 0x3F2651) is known color: Jagger. HEX triplet: 3F, 26 and 51. RGB value is (63,38,81). Sum of RGB (Red+Green+Blue) = 63+38+81=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F2651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2651 is #C0D9AE. Grayscale: #323232. Windows color (decimal): -12638639 or 5318207. OLE color: 5318207.
HSL color Cylindrical-coordinate representation of color #3F2651: hue angle of 274.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F2651 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 38 | 81 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.68 |
| HSL | 274.88º | 0.36% | 0.23% | - |
| HSV(B) | 274.88º | 0.53% | 0.32% | - |
| XYZ | 4.23 | 3.04 | 8.15 | - |
| YUV | 50.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 81 | 0.22 | 0.53 | 0 | 0.68 | 274.88 | 0.36 | 0.23 |
| Hex | 3F | 26 | 51 | 16 | 35 | 0 | 44 | 113 | 24 | 17 |
| Octal | 77 | 46 | 121 | 26 | 65 | 0 | 104 | 423 | 44 | 27 |
| Binary | 111111 | 100110 | 1010001 | 10110 | 110101 | 0 | 1000100 | 100010011 | 100100 | 10111 |
Color Harmonies of #3F2651
Complementary color
Monochromatic Colors of #3F2651
Black with #3F2651
Text Example
Text Example
White with #3F2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2651; }
p { color: rgb(63,38,81); }
H1.HeaderClassName
{
color: #3F2651;
}
.AnyTagClassName
{
color: #3F2651;
}
</style>
background-color css
<style>
a { background-color: #3F2651; }
a { background-color: rgb(63,38,81); }
div.DivClassName
{
background-color: #3F2651;
}
.BgClassName
{
background-color: #3F2651;
}
</style>
border-color css
<style>
span { border-color: #3F2651; }
span { border-color: rgb(63,38,81); }
td.TdClassName
{
border-color: #3F2651;
}
.TagClassName
{
border-color: #3F2651;
}
</style>