Shades of Jagger #3F2C50
Tints of Jagger #3F2C50
RGB
CMYK
RGB Variations
Color information
#3F2C50 (or 0x3F2C50) is known color: Jagger. HEX triplet: 3F, 2C and 50. RGB value is (63,44,80). Sum of RGB (Red+Green+Blue) = 63+44+80=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F2C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C50 is #C0D3AF. Grayscale: #353535. Windows color (decimal): -12637104 or 5254207. OLE color: 5254207.
HSL color Cylindrical-coordinate representation of color #3F2C50: hue angle of 271.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F2C50 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 44 | 80 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.69 |
| HSL | 271.67º | 0.29% | 0.24% | - |
| HSV(B) | 271.67º | 0.45% | 0.31% | - |
| XYZ | 4.4 | 3.44 | 8.02 | - |
| YUV | 53.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 80 | 0.21 | 0.45 | 0 | 0.69 | 271.67 | 0.29 | 0.24 |
| Hex | 3F | 2C | 50 | 15 | 2D | 0 | 45 | 110 | 1D | 18 |
| Octal | 77 | 54 | 120 | 25 | 55 | 0 | 105 | 420 | 35 | 30 |
| Binary | 111111 | 101100 | 1010000 | 10101 | 101101 | 0 | 1000101 | 100010000 | 11101 | 11000 |
Color Harmonies of #3F2C50
Complementary color
Monochromatic Colors of #3F2C50
Black with #3F2C50
Text Example
Text Example
White with #3F2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C50; }
p { color: rgb(63,44,80); }
H1.HeaderClassName
{
color: #3F2C50;
}
.AnyTagClassName
{
color: #3F2C50;
}
</style>
background-color css
<style>
a { background-color: #3F2C50; }
a { background-color: rgb(63,44,80); }
div.DivClassName
{
background-color: #3F2C50;
}
.BgClassName
{
background-color: #3F2C50;
}
</style>
border-color css
<style>
span { border-color: #3F2C50; }
span { border-color: rgb(63,44,80); }
td.TdClassName
{
border-color: #3F2C50;
}
.TagClassName
{
border-color: #3F2C50;
}
</style>