Shades of Jagger #3F2756
Tints of Jagger #3F2756
RGB
CMYK
RGB Variations
Color information
#3F2756 (or 0x3F2756) is known color: Jagger. HEX triplet: 3F, 27 and 56. RGB value is (63,39,86). Sum of RGB (Red+Green+Blue) = 63+39+86=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F2756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2756 is #C0D8A9. Grayscale: #333333. Windows color (decimal): -12638378 or 5646143. OLE color: 5646143.
HSL color Cylindrical-coordinate representation of color #3F2756: hue angle of 270.64º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F2756 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 39 | 86 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.66 |
| HSL | 270.64º | 0.38% | 0.25% | - |
| HSV(B) | 270.64º | 0.55% | 0.34% | - |
| XYZ | 4.46 | 3.18 | 9.18 | - |
| YUV | 51.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 86 | 0.27 | 0.55 | 0 | 0.66 | 270.64 | 0.38 | 0.25 |
| Hex | 3F | 27 | 56 | 1B | 37 | 0 | 42 | 10F | 26 | 19 |
| Octal | 77 | 47 | 126 | 33 | 67 | 0 | 102 | 417 | 46 | 31 |
| Binary | 111111 | 100111 | 1010110 | 11011 | 110111 | 0 | 1000010 | 100001111 | 100110 | 11001 |
Color Harmonies of #3F2756
Complementary color
Monochromatic Colors of #3F2756
Black with #3F2756
Text Example
Text Example
White with #3F2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2756; }
p { color: rgb(63,39,86); }
H1.HeaderClassName
{
color: #3F2756;
}
.AnyTagClassName
{
color: #3F2756;
}
</style>
background-color css
<style>
a { background-color: #3F2756; }
a { background-color: rgb(63,39,86); }
div.DivClassName
{
background-color: #3F2756;
}
.BgClassName
{
background-color: #3F2756;
}
</style>
border-color css
<style>
span { border-color: #3F2756; }
span { border-color: rgb(63,39,86); }
td.TdClassName
{
border-color: #3F2756;
}
.TagClassName
{
border-color: #3F2756;
}
</style>