Shades of Jagger #3F2355
Tints of Jagger #3F2355
RGB
CMYK
RGB Variations
Color information
#3F2355 (or 0x3F2355) is known color: Jagger. HEX triplet: 3F, 23 and 55. RGB value is (63,35,85). Sum of RGB (Red+Green+Blue) = 63+35+85=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2355 is #C0DCAA. Grayscale: #303030. Windows color (decimal): -12639403 or 5579583. OLE color: 5579583.
HSL color Cylindrical-coordinate representation of color #3F2355: hue angle of 273.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F2355 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 35 | 85 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.67 |
| HSL | 273.6º | 0.42% | 0.24% | - |
| HSV(B) | 273.6º | 0.59% | 0.33% | - |
| XYZ | 4.29 | 2.91 | 8.93 | - |
| YUV | 49.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 85 | 0.26 | 0.59 | 0 | 0.67 | 273.6 | 0.42 | 0.24 |
| Hex | 3F | 23 | 55 | 1A | 3B | 0 | 43 | 112 | 2A | 18 |
| Octal | 77 | 43 | 125 | 32 | 73 | 0 | 103 | 422 | 52 | 30 |
| Binary | 111111 | 100011 | 1010101 | 11010 | 111011 | 0 | 1000011 | 100010010 | 101010 | 11000 |
Color Harmonies of #3F2355
Complementary color
Monochromatic Colors of #3F2355
Black with #3F2355
Text Example
Text Example
White with #3F2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2355; }
p { color: rgb(63,35,85); }
H1.HeaderClassName
{
color: #3F2355;
}
.AnyTagClassName
{
color: #3F2355;
}
</style>
background-color css
<style>
a { background-color: #3F2355; }
a { background-color: rgb(63,35,85); }
div.DivClassName
{
background-color: #3F2355;
}
.BgClassName
{
background-color: #3F2355;
}
</style>
border-color css
<style>
span { border-color: #3F2355; }
span { border-color: rgb(63,35,85); }
td.TdClassName
{
border-color: #3F2355;
}
.TagClassName
{
border-color: #3F2355;
}
</style>