Shades of Jagger #3F204C
Tints of Jagger #3F204C
RGB
CMYK
RGB Variations
Color information
#3F204C (or 0x3F204C) is known color: Jagger. HEX triplet: 3F, 20 and 4C. RGB value is (63,32,76). Sum of RGB (Red+Green+Blue) = 63+32+76=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F204C is #C0DFB3. Grayscale: #2E2E2E. Windows color (decimal): -12640180 or 4988991. OLE color: 4988991.
HSL color Cylindrical-coordinate representation of color #3F204C: hue angle of 282.27º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F204C is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 32 | 76 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.70 |
| HSL | 282.27º | 0.41% | 0.21% | - |
| HSV(B) | 282.27º | 0.58% | 0.3% | - |
| XYZ | 3.87 | 2.61 | 7.14 | - |
| YUV | 46.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 76 | 0.17 | 0.58 | 0 | 0.70 | 282.27 | 0.41 | 0.21 |
| Hex | 3F | 20 | 4C | 11 | 3A | 0 | 46 | 11A | 29 | 15 |
| Octal | 77 | 40 | 114 | 21 | 72 | 0 | 106 | 432 | 51 | 25 |
| Binary | 111111 | 100000 | 1001100 | 10001 | 111010 | 0 | 1000110 | 100011010 | 101001 | 10101 |
Color Harmonies of #3F204C
Complementary color
Monochromatic Colors of #3F204C
Black with #3F204C
Text Example
Text Example
White with #3F204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F204C; }
p { color: rgb(63,32,76); }
H1.HeaderClassName
{
color: #3F204C;
}
.AnyTagClassName
{
color: #3F204C;
}
</style>
background-color css
<style>
a { background-color: #3F204C; }
a { background-color: rgb(63,32,76); }
div.DivClassName
{
background-color: #3F204C;
}
.BgClassName
{
background-color: #3F204C;
}
</style>
border-color css
<style>
span { border-color: #3F204C; }
span { border-color: rgb(63,32,76); }
td.TdClassName
{
border-color: #3F204C;
}
.TagClassName
{
border-color: #3F204C;
}
</style>