Shades of Jagger #3F214C
Tints of Jagger #3F214C
RGB
CMYK
RGB Variations
Color information
#3F214C (or 0x3F214C) is known color: Jagger. HEX triplet: 3F, 21 and 4C. RGB value is (63,33,76). Sum of RGB (Red+Green+Blue) = 63+33+76=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F214C is #C0DEB3. Grayscale: #2E2E2E. Windows color (decimal): -12639924 or 4989247. OLE color: 4989247.
HSL color Cylindrical-coordinate representation of color #3F214C: hue angle of 281.86º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F214C is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 33 | 76 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.70 |
| HSL | 281.86º | 0.39% | 0.21% | - |
| HSV(B) | 281.86º | 0.57% | 0.3% | - |
| XYZ | 3.9 | 2.67 | 7.15 | - |
| YUV | 46.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 76 | 0.17 | 0.57 | 0 | 0.70 | 281.86 | 0.39 | 0.21 |
| Hex | 3F | 21 | 4C | 11 | 39 | 0 | 46 | 11A | 27 | 15 |
| Octal | 77 | 41 | 114 | 21 | 71 | 0 | 106 | 432 | 47 | 25 |
| Binary | 111111 | 100001 | 1001100 | 10001 | 111001 | 0 | 1000110 | 100011010 | 100111 | 10101 |
Color Harmonies of #3F214C
Complementary color
Monochromatic Colors of #3F214C
Black with #3F214C
Text Example
Text Example
White with #3F214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F214C; }
p { color: rgb(63,33,76); }
H1.HeaderClassName
{
color: #3F214C;
}
.AnyTagClassName
{
color: #3F214C;
}
</style>
background-color css
<style>
a { background-color: #3F214C; }
a { background-color: rgb(63,33,76); }
div.DivClassName
{
background-color: #3F214C;
}
.BgClassName
{
background-color: #3F214C;
}
</style>
border-color css
<style>
span { border-color: #3F214C; }
span { border-color: rgb(63,33,76); }
td.TdClassName
{
border-color: #3F214C;
}
.TagClassName
{
border-color: #3F214C;
}
</style>