Shades of Jagger #3F1F52
Tints of Jagger #3F1F52
RGB
CMYK
RGB Variations
Color information
#3F1F52 (or 0x3F1F52) is known color: Jagger. HEX triplet: 3F, 1F and 52. RGB value is (63,31,82). Sum of RGB (Red+Green+Blue) = 63+31+82=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F1F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F52 is #C0E0AD. Grayscale: #2E2E2E. Windows color (decimal): -12640430 or 5381951. OLE color: 5381951.
HSL color Cylindrical-coordinate representation of color #3F1F52: hue angle of 277.65º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1F52 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 31 | 82 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.68 |
| HSL | 277.65º | 0.45% | 0.22% | - |
| HSV(B) | 277.65º | 0.62% | 0.32% | - |
| XYZ | 4.06 | 2.65 | 8.28 | - |
| YUV | 46.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 82 | 0.23 | 0.62 | 0 | 0.68 | 277.65 | 0.45 | 0.22 |
| Hex | 3F | 1F | 52 | 17 | 3E | 0 | 44 | 116 | 2D | 16 |
| Octal | 77 | 37 | 122 | 27 | 76 | 0 | 104 | 426 | 55 | 26 |
| Binary | 111111 | 11111 | 1010010 | 10111 | 111110 | 0 | 1000100 | 100010110 | 101101 | 10110 |
Color Harmonies of #3F1F52
Complementary color
Monochromatic Colors of #3F1F52
Black with #3F1F52
Text Example
Text Example
White with #3F1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F52; }
p { color: rgb(63,31,82); }
H1.HeaderClassName
{
color: #3F1F52;
}
.AnyTagClassName
{
color: #3F1F52;
}
</style>
background-color css
<style>
a { background-color: #3F1F52; }
a { background-color: rgb(63,31,82); }
div.DivClassName
{
background-color: #3F1F52;
}
.BgClassName
{
background-color: #3F1F52;
}
</style>
border-color css
<style>
span { border-color: #3F1F52; }
span { border-color: rgb(63,31,82); }
td.TdClassName
{
border-color: #3F1F52;
}
.TagClassName
{
border-color: #3F1F52;
}
</style>