Shades of Jagger #3F2650
Tints of Jagger #3F2650
RGB
CMYK
RGB Variations
Color information
#3F2650 (or 0x3F2650) is known color: Jagger. HEX triplet: 3F, 26 and 50. RGB value is (63,38,80). Sum of RGB (Red+Green+Blue) = 63+38+80=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2650 is #C0D9AF. Grayscale: #323232. Windows color (decimal): -12638640 or 5252671. OLE color: 5252671.
HSL color Cylindrical-coordinate representation of color #3F2650: hue angle of 275.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F2650 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 38 | 80 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.69 |
| HSL | 275.71º | 0.36% | 0.23% | - |
| HSV(B) | 275.71º | 0.53% | 0.31% | - |
| XYZ | 4.19 | 3.02 | 7.95 | - |
| YUV | 50.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 80 | 0.21 | 0.52 | 0 | 0.69 | 275.71 | 0.36 | 0.23 |
| Hex | 3F | 26 | 50 | 15 | 34 | 0 | 45 | 114 | 24 | 17 |
| Octal | 77 | 46 | 120 | 25 | 64 | 0 | 105 | 424 | 44 | 27 |
| Binary | 111111 | 100110 | 1010000 | 10101 | 110100 | 0 | 1000101 | 100010100 | 100100 | 10111 |
Color Harmonies of #3F2650
Complementary color
Monochromatic Colors of #3F2650
Black with #3F2650
Text Example
Text Example
White with #3F2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2650; }
p { color: rgb(63,38,80); }
H1.HeaderClassName
{
color: #3F2650;
}
.AnyTagClassName
{
color: #3F2650;
}
</style>
background-color css
<style>
a { background-color: #3F2650; }
a { background-color: rgb(63,38,80); }
div.DivClassName
{
background-color: #3F2650;
}
.BgClassName
{
background-color: #3F2650;
}
</style>
border-color css
<style>
span { border-color: #3F2650; }
span { border-color: rgb(63,38,80); }
td.TdClassName
{
border-color: #3F2650;
}
.TagClassName
{
border-color: #3F2650;
}
</style>