Shades of Jagger #3F2754
Tints of Jagger #3F2754
RGB
CMYK
RGB Variations
Color information
#3F2754 (or 0x3F2754) is known color: Jagger. HEX triplet: 3F, 27 and 54. RGB value is (63,39,84). Sum of RGB (Red+Green+Blue) = 63+39+84=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2754 is #C0D8AB. Grayscale: #333333. Windows color (decimal): -12638380 or 5515071. OLE color: 5515071.
HSL color Cylindrical-coordinate representation of color #3F2754: hue angle of 272º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F2754 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 39 | 84 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.67 |
| HSL | 272º | 0.37% | 0.24% | - |
| HSV(B) | 272º | 0.54% | 0.33% | - |
| XYZ | 4.38 | 3.15 | 8.76 | - |
| YUV | 51.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 84 | 0.25 | 0.54 | 0 | 0.67 | 272 | 0.37 | 0.24 |
| Hex | 3F | 27 | 54 | 19 | 36 | 0 | 43 | 110 | 25 | 18 |
| Octal | 77 | 47 | 124 | 31 | 66 | 0 | 103 | 420 | 45 | 30 |
| Binary | 111111 | 100111 | 1010100 | 11001 | 110110 | 0 | 1000011 | 100010000 | 100101 | 11000 |
Color Harmonies of #3F2754
Complementary color
Monochromatic Colors of #3F2754
Black with #3F2754
Text Example
Text Example
White with #3F2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2754; }
p { color: rgb(63,39,84); }
H1.HeaderClassName
{
color: #3F2754;
}
.AnyTagClassName
{
color: #3F2754;
}
</style>
background-color css
<style>
a { background-color: #3F2754; }
a { background-color: rgb(63,39,84); }
div.DivClassName
{
background-color: #3F2754;
}
.BgClassName
{
background-color: #3F2754;
}
</style>
border-color css
<style>
span { border-color: #3F2754; }
span { border-color: rgb(63,39,84); }
td.TdClassName
{
border-color: #3F2754;
}
.TagClassName
{
border-color: #3F2754;
}
</style>