Shades of Jagger #3F2C53
Tints of Jagger #3F2C53
RGB
CMYK
RGB Variations
Color information
#3F2C53 (or 0x3F2C53) is known color: Jagger. HEX triplet: 3F, 2C and 53. RGB value is (63,44,83). Sum of RGB (Red+Green+Blue) = 63+44+83=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F2C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C53 is #C0D3AC. Grayscale: #353535. Windows color (decimal): -12637101 or 5450815. OLE color: 5450815.
HSL color Cylindrical-coordinate representation of color #3F2C53: hue angle of 269.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F2C53 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 44 | 83 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.67 |
| HSL | 269.23º | 0.31% | 0.25% | - |
| HSV(B) | 269.23º | 0.47% | 0.33% | - |
| XYZ | 4.51 | 3.48 | 8.62 | - |
| YUV | 54.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 83 | 0.24 | 0.47 | 0 | 0.67 | 269.23 | 0.31 | 0.25 |
| Hex | 3F | 2C | 53 | 18 | 2F | 0 | 43 | 10D | 1F | 19 |
| Octal | 77 | 54 | 123 | 30 | 57 | 0 | 103 | 415 | 37 | 31 |
| Binary | 111111 | 101100 | 1010011 | 11000 | 101111 | 0 | 1000011 | 100001101 | 11111 | 11001 |
Color Harmonies of #3F2C53
Complementary color
Monochromatic Colors of #3F2C53
Black with #3F2C53
Text Example
Text Example
White with #3F2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C53; }
p { color: rgb(63,44,83); }
H1.HeaderClassName
{
color: #3F2C53;
}
.AnyTagClassName
{
color: #3F2C53;
}
</style>
background-color css
<style>
a { background-color: #3F2C53; }
a { background-color: rgb(63,44,83); }
div.DivClassName
{
background-color: #3F2C53;
}
.BgClassName
{
background-color: #3F2C53;
}
</style>
border-color css
<style>
span { border-color: #3F2C53; }
span { border-color: rgb(63,44,83); }
td.TdClassName
{
border-color: #3F2C53;
}
.TagClassName
{
border-color: #3F2C53;
}
</style>