Shades of Jagger #3F224D
Tints of Jagger #3F224D
RGB
CMYK
RGB Variations
Color information
#3F224D (or 0x3F224D) is known color: Jagger. HEX triplet: 3F, 22 and 4D. RGB value is (63,34,77). Sum of RGB (Red+Green+Blue) = 63+34+77=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F224D is #C0DDB2. Grayscale: #2F2F2F. Windows color (decimal): -12639667 or 5055039. OLE color: 5055039.
HSL color Cylindrical-coordinate representation of color #3F224D: hue angle of 280.47º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F224D is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 34 | 77 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.70 |
| HSL | 280.47º | 0.39% | 0.22% | - |
| HSV(B) | 280.47º | 0.56% | 0.3% | - |
| XYZ | 3.96 | 2.74 | 7.34 | - |
| YUV | 47.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 77 | 0.18 | 0.56 | 0 | 0.70 | 280.47 | 0.39 | 0.22 |
| Hex | 3F | 22 | 4D | 12 | 38 | 0 | 46 | 118 | 27 | 16 |
| Octal | 77 | 42 | 115 | 22 | 70 | 0 | 106 | 430 | 47 | 26 |
| Binary | 111111 | 100010 | 1001101 | 10010 | 111000 | 0 | 1000110 | 100011000 | 100111 | 10110 |
Color Harmonies of #3F224D
Complementary color
Monochromatic Colors of #3F224D
Black with #3F224D
Text Example
Text Example
White with #3F224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F224D; }
p { color: rgb(63,34,77); }
H1.HeaderClassName
{
color: #3F224D;
}
.AnyTagClassName
{
color: #3F224D;
}
</style>
background-color css
<style>
a { background-color: #3F224D; }
a { background-color: rgb(63,34,77); }
div.DivClassName
{
background-color: #3F224D;
}
.BgClassName
{
background-color: #3F224D;
}
</style>
border-color css
<style>
span { border-color: #3F224D; }
span { border-color: rgb(63,34,77); }
td.TdClassName
{
border-color: #3F224D;
}
.TagClassName
{
border-color: #3F224D;
}
</style>