Shades of Jagger #3F2458
Tints of Jagger #3F2458
RGB
CMYK
RGB Variations
Color information
#3F2458 (or 0x3F2458) is known color: Jagger. HEX triplet: 3F, 24 and 58. RGB value is (63,36,88). Sum of RGB (Red+Green+Blue) = 63+36+88=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F2458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2458 is #C0DBA7. Grayscale: #313131. Windows color (decimal): -12639144 or 5776447. OLE color: 5776447.
HSL color Cylindrical-coordinate representation of color #3F2458: hue angle of 271.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F2458 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 36 | 88 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.65 |
| HSL | 271.15º | 0.42% | 0.24% | - |
| HSV(B) | 271.15º | 0.59% | 0.35% | - |
| XYZ | 4.44 | 3.02 | 9.58 | - |
| YUV | 50 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 88 | 0.28 | 0.59 | 0 | 0.65 | 271.15 | 0.42 | 0.24 |
| Hex | 3F | 24 | 58 | 1C | 3B | 0 | 41 | 10F | 2A | 18 |
| Octal | 77 | 44 | 130 | 34 | 73 | 0 | 101 | 417 | 52 | 30 |
| Binary | 111111 | 100100 | 1011000 | 11100 | 111011 | 0 | 1000001 | 100001111 | 101010 | 11000 |
Color Harmonies of #3F2458
Complementary color
Monochromatic Colors of #3F2458
Black with #3F2458
Text Example
Text Example
White with #3F2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2458; }
p { color: rgb(63,36,88); }
H1.HeaderClassName
{
color: #3F2458;
}
.AnyTagClassName
{
color: #3F2458;
}
</style>
background-color css
<style>
a { background-color: #3F2458; }
a { background-color: rgb(63,36,88); }
div.DivClassName
{
background-color: #3F2458;
}
.BgClassName
{
background-color: #3F2458;
}
</style>
border-color css
<style>
span { border-color: #3F2458; }
span { border-color: rgb(63,36,88); }
td.TdClassName
{
border-color: #3F2458;
}
.TagClassName
{
border-color: #3F2458;
}
</style>