Shades of Jagger #3F2B54
Tints of Jagger #3F2B54
RGB
CMYK
RGB Variations
Color information
#3F2B54 (or 0x3F2B54) is known color: Jagger. HEX triplet: 3F, 2B and 54. RGB value is (63,43,84). Sum of RGB (Red+Green+Blue) = 63+43+84=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2B54 is #C0D4AB. Grayscale: #353535. Windows color (decimal): -12637356 or 5516095. OLE color: 5516095.
HSL color Cylindrical-coordinate representation of color #3F2B54: hue angle of 269.27º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2B54 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 43 | 84 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.67 |
| HSL | 269.27º | 0.32% | 0.25% | - |
| HSV(B) | 269.27º | 0.49% | 0.33% | - |
| XYZ | 4.51 | 3.42 | 8.81 | - |
| YUV | 53.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 84 | 0.25 | 0.49 | 0 | 0.67 | 269.27 | 0.32 | 0.25 |
| Hex | 3F | 2B | 54 | 19 | 31 | 0 | 43 | 10D | 20 | 19 |
| Octal | 77 | 53 | 124 | 31 | 61 | 0 | 103 | 415 | 40 | 31 |
| Binary | 111111 | 101011 | 1010100 | 11001 | 110001 | 0 | 1000011 | 100001101 | 100000 | 11001 |
Color Harmonies of #3F2B54
Complementary color
Monochromatic Colors of #3F2B54
Black with #3F2B54
Text Example
Text Example
White with #3F2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B54; }
p { color: rgb(63,43,84); }
H1.HeaderClassName
{
color: #3F2B54;
}
.AnyTagClassName
{
color: #3F2B54;
}
</style>
background-color css
<style>
a { background-color: #3F2B54; }
a { background-color: rgb(63,43,84); }
div.DivClassName
{
background-color: #3F2B54;
}
.BgClassName
{
background-color: #3F2B54;
}
</style>
border-color css
<style>
span { border-color: #3F2B54; }
span { border-color: rgb(63,43,84); }
td.TdClassName
{
border-color: #3F2B54;
}
.TagClassName
{
border-color: #3F2B54;
}
</style>