Shades of Jagger #3F2758
Tints of Jagger #3F2758
RGB
CMYK
RGB Variations
Color information
#3F2758 (or 0x3F2758) is known color: Jagger. HEX triplet: 3F, 27 and 58. RGB value is (63,39,88). Sum of RGB (Red+Green+Blue) = 63+39+88=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F2758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2758 is #C0D8A7. Grayscale: #333333. Windows color (decimal): -12638376 or 5777215. OLE color: 5777215.
HSL color Cylindrical-coordinate representation of color #3F2758: hue angle of 269.39º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2758 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 39 | 88 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.65 |
| HSL | 269.39º | 0.39% | 0.25% | - |
| HSV(B) | 269.39º | 0.56% | 0.35% | - |
| XYZ | 4.54 | 3.21 | 9.61 | - |
| YUV | 51.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 88 | 0.28 | 0.56 | 0 | 0.65 | 269.39 | 0.39 | 0.25 |
| Hex | 3F | 27 | 58 | 1C | 38 | 0 | 41 | 10D | 27 | 19 |
| Octal | 77 | 47 | 130 | 34 | 70 | 0 | 101 | 415 | 47 | 31 |
| Binary | 111111 | 100111 | 1011000 | 11100 | 111000 | 0 | 1000001 | 100001101 | 100111 | 11001 |
Color Harmonies of #3F2758
Complementary color
Monochromatic Colors of #3F2758
Black with #3F2758
Text Example
Text Example
White with #3F2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2758; }
p { color: rgb(63,39,88); }
H1.HeaderClassName
{
color: #3F2758;
}
.AnyTagClassName
{
color: #3F2758;
}
</style>
background-color css
<style>
a { background-color: #3F2758; }
a { background-color: rgb(63,39,88); }
div.DivClassName
{
background-color: #3F2758;
}
.BgClassName
{
background-color: #3F2758;
}
</style>
border-color css
<style>
span { border-color: #3F2758; }
span { border-color: rgb(63,39,88); }
td.TdClassName
{
border-color: #3F2758;
}
.TagClassName
{
border-color: #3F2758;
}
</style>