Shades of Jagger #3F2657
Tints of Jagger #3F2657
RGB
CMYK
RGB Variations
Color information
#3F2657 (or 0x3F2657) is known color: Jagger. HEX triplet: 3F, 26 and 57. RGB value is (63,38,87). Sum of RGB (Red+Green+Blue) = 63+38+87=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F2657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2657 is #C0D9A8. Grayscale: #323232. Windows color (decimal): -12638633 or 5711423. OLE color: 5711423.
HSL color Cylindrical-coordinate representation of color #3F2657: hue angle of 270.61º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2657 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 38 | 87 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.66 |
| HSL | 270.61º | 0.39% | 0.25% | - |
| HSV(B) | 270.61º | 0.56% | 0.34% | - |
| XYZ | 4.46 | 3.13 | 9.39 | - |
| YUV | 51.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 87 | 0.28 | 0.56 | 0 | 0.66 | 270.61 | 0.39 | 0.25 |
| Hex | 3F | 26 | 57 | 1C | 38 | 0 | 42 | 10F | 27 | 19 |
| Octal | 77 | 46 | 127 | 34 | 70 | 0 | 102 | 417 | 47 | 31 |
| Binary | 111111 | 100110 | 1010111 | 11100 | 111000 | 0 | 1000010 | 100001111 | 100111 | 11001 |
Color Harmonies of #3F2657
Complementary color
Monochromatic Colors of #3F2657
Black with #3F2657
Text Example
Text Example
White with #3F2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2657; }
p { color: rgb(63,38,87); }
H1.HeaderClassName
{
color: #3F2657;
}
.AnyTagClassName
{
color: #3F2657;
}
</style>
background-color css
<style>
a { background-color: #3F2657; }
a { background-color: rgb(63,38,87); }
div.DivClassName
{
background-color: #3F2657;
}
.BgClassName
{
background-color: #3F2657;
}
</style>
border-color css
<style>
span { border-color: #3F2657; }
span { border-color: rgb(63,38,87); }
td.TdClassName
{
border-color: #3F2657;
}
.TagClassName
{
border-color: #3F2657;
}
</style>