Shades of Jagger #3F3050
Tints of Jagger #3F3050
RGB
CMYK
RGB Variations
Color information
#3F3050 (or 0x3F3050) is known color: Jagger. HEX triplet: 3F, 30 and 50. RGB value is (63,48,80). Sum of RGB (Red+Green+Blue) = 63+48+80=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3050 is #C0CFAF. Grayscale: #383838. Windows color (decimal): -12636080 or 5255231. OLE color: 5255231.
HSL color Cylindrical-coordinate representation of color #3F3050: hue angle of 268.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3050 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 48 | 80 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.69 |
| HSL | 268.13º | 0.25% | 0.25% | - |
| HSV(B) | 268.13º | 0.4% | 0.31% | - |
| XYZ | 4.55 | 3.75 | 8.07 | - |
| YUV | 56.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 80 | 0.21 | 0.40 | 0 | 0.69 | 268.13 | 0.25 | 0.25 |
| Hex | 3F | 30 | 50 | 15 | 28 | 0 | 45 | 10C | 19 | 19 |
| Octal | 77 | 60 | 120 | 25 | 50 | 0 | 105 | 414 | 31 | 31 |
| Binary | 111111 | 110000 | 1010000 | 10101 | 101000 | 0 | 1000101 | 100001100 | 11001 | 11001 |
Color Harmonies of #3F3050
Complementary color
Monochromatic Colors of #3F3050
Black with #3F3050
Text Example
Text Example
White with #3F3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3050; }
p { color: rgb(63,48,80); }
H1.HeaderClassName
{
color: #3F3050;
}
.AnyTagClassName
{
color: #3F3050;
}
</style>
background-color css
<style>
a { background-color: #3F3050; }
a { background-color: rgb(63,48,80); }
div.DivClassName
{
background-color: #3F3050;
}
.BgClassName
{
background-color: #3F3050;
}
</style>
border-color css
<style>
span { border-color: #3F3050; }
span { border-color: rgb(63,48,80); }
td.TdClassName
{
border-color: #3F3050;
}
.TagClassName
{
border-color: #3F3050;
}
</style>