Shades of Jagger #3F214D
Tints of Jagger #3F214D
RGB
CMYK
RGB Variations
Color information
#3F214D (or 0x3F214D) is known color: Jagger. HEX triplet: 3F, 21 and 4D. RGB value is (63,33,77). Sum of RGB (Red+Green+Blue) = 63+33+77=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F214D is #C0DEB2. Grayscale: #2E2E2E. Windows color (decimal): -12639923 or 5054783. OLE color: 5054783.
HSL color Cylindrical-coordinate representation of color #3F214D: hue angle of 280.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F214D is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 33 | 77 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.70 |
| HSL | 280.91º | 0.4% | 0.22% | - |
| HSV(B) | 280.91º | 0.57% | 0.3% | - |
| XYZ | 3.93 | 2.68 | 7.33 | - |
| YUV | 46.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 77 | 0.18 | 0.57 | 0 | 0.70 | 280.91 | 0.4 | 0.22 |
| Hex | 3F | 21 | 4D | 12 | 39 | 0 | 46 | 119 | 28 | 16 |
| Octal | 77 | 41 | 115 | 22 | 71 | 0 | 106 | 431 | 50 | 26 |
| Binary | 111111 | 100001 | 1001101 | 10010 | 111001 | 0 | 1000110 | 100011001 | 101000 | 10110 |
Color Harmonies of #3F214D
Complementary color
Monochromatic Colors of #3F214D
Black with #3F214D
Text Example
Text Example
White with #3F214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F214D; }
p { color: rgb(63,33,77); }
H1.HeaderClassName
{
color: #3F214D;
}
.AnyTagClassName
{
color: #3F214D;
}
</style>
background-color css
<style>
a { background-color: #3F214D; }
a { background-color: rgb(63,33,77); }
div.DivClassName
{
background-color: #3F214D;
}
.BgClassName
{
background-color: #3F214D;
}
</style>
border-color css
<style>
span { border-color: #3F214D; }
span { border-color: rgb(63,33,77); }
td.TdClassName
{
border-color: #3F214D;
}
.TagClassName
{
border-color: #3F214D;
}
</style>