Shades of Jagger #3F2455
Tints of Jagger #3F2455
RGB
CMYK
RGB Variations
Color information
#3F2455 (or 0x3F2455) is known color: Jagger. HEX triplet: 3F, 24 and 55. RGB value is (63,36,85). Sum of RGB (Red+Green+Blue) = 63+36+85=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2455 is #C0DBAA. Grayscale: #313131. Windows color (decimal): -12639147 or 5579839. OLE color: 5579839.
HSL color Cylindrical-coordinate representation of color #3F2455: hue angle of 273.06º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F2455 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 36 | 85 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.67 |
| HSL | 273.06º | 0.4% | 0.24% | - |
| HSV(B) | 273.06º | 0.58% | 0.33% | - |
| XYZ | 4.32 | 2.97 | 8.94 | - |
| YUV | 49.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 85 | 0.26 | 0.58 | 0 | 0.67 | 273.06 | 0.4 | 0.24 |
| Hex | 3F | 24 | 55 | 1A | 3A | 0 | 43 | 111 | 28 | 18 |
| Octal | 77 | 44 | 125 | 32 | 72 | 0 | 103 | 421 | 50 | 30 |
| Binary | 111111 | 100100 | 1010101 | 11010 | 111010 | 0 | 1000011 | 100010001 | 101000 | 11000 |
Color Harmonies of #3F2455
Complementary color
Monochromatic Colors of #3F2455
Black with #3F2455
Text Example
Text Example
White with #3F2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2455; }
p { color: rgb(63,36,85); }
H1.HeaderClassName
{
color: #3F2455;
}
.AnyTagClassName
{
color: #3F2455;
}
</style>
background-color css
<style>
a { background-color: #3F2455; }
a { background-color: rgb(63,36,85); }
div.DivClassName
{
background-color: #3F2455;
}
.BgClassName
{
background-color: #3F2455;
}
</style>
border-color css
<style>
span { border-color: #3F2455; }
span { border-color: rgb(63,36,85); }
td.TdClassName
{
border-color: #3F2455;
}
.TagClassName
{
border-color: #3F2455;
}
</style>