Shades of Jagger #3F2150
Tints of Jagger #3F2150
RGB
CMYK
RGB Variations
Color information
#3F2150 (or 0x3F2150) is known color: Jagger. HEX triplet: 3F, 21 and 50. RGB value is (63,33,80). Sum of RGB (Red+Green+Blue) = 63+33+80=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F2150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2150 is #C0DEAF. Grayscale: #2F2F2F. Windows color (decimal): -12639920 or 5251391. OLE color: 5251391.
HSL color Cylindrical-coordinate representation of color #3F2150: hue angle of 278.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F2150 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 33 | 80 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.69 |
| HSL | 278.3º | 0.42% | 0.22% | - |
| HSV(B) | 278.3º | 0.59% | 0.31% | - |
| XYZ | 4.04 | 2.72 | 7.9 | - |
| YUV | 47.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 80 | 0.21 | 0.59 | 0 | 0.69 | 278.3 | 0.42 | 0.22 |
| Hex | 3F | 21 | 50 | 15 | 3B | 0 | 45 | 116 | 2A | 16 |
| Octal | 77 | 41 | 120 | 25 | 73 | 0 | 105 | 426 | 52 | 26 |
| Binary | 111111 | 100001 | 1010000 | 10101 | 111011 | 0 | 1000101 | 100010110 | 101010 | 10110 |
Color Harmonies of #3F2150
Complementary color
Monochromatic Colors of #3F2150
Black with #3F2150
Text Example
Text Example
White with #3F2150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2150; }
p { color: rgb(63,33,80); }
H1.HeaderClassName
{
color: #3F2150;
}
.AnyTagClassName
{
color: #3F2150;
}
</style>
background-color css
<style>
a { background-color: #3F2150; }
a { background-color: rgb(63,33,80); }
div.DivClassName
{
background-color: #3F2150;
}
.BgClassName
{
background-color: #3F2150;
}
</style>
border-color css
<style>
span { border-color: #3F2150; }
span { border-color: rgb(63,33,80); }
td.TdClassName
{
border-color: #3F2150;
}
.TagClassName
{
border-color: #3F2150;
}
</style>