Shades of Jagger #3F2955
Tints of Jagger #3F2955
RGB
CMYK
RGB Variations
Color information
#3F2955 (or 0x3F2955) is known color: Jagger. HEX triplet: 3F, 29 and 55. RGB value is (63,41,85). Sum of RGB (Red+Green+Blue) = 63+41+85=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2955 is #C0D6AA. Grayscale: #343434. Windows color (decimal): -12637867 or 5581119. OLE color: 5581119.
HSL color Cylindrical-coordinate representation of color #3F2955: hue angle of 270º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F2955 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 41 | 85 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.67 |
| HSL | 270º | 0.35% | 0.25% | - |
| HSV(B) | 270º | 0.52% | 0.33% | - |
| XYZ | 4.48 | 3.3 | 8.99 | - |
| YUV | 52.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 85 | 0.26 | 0.52 | 0 | 0.67 | 270 | 0.35 | 0.25 |
| Hex | 3F | 29 | 55 | 1A | 34 | 0 | 43 | 10E | 23 | 19 |
| Octal | 77 | 51 | 125 | 32 | 64 | 0 | 103 | 416 | 43 | 31 |
| Binary | 111111 | 101001 | 1010101 | 11010 | 110100 | 0 | 1000011 | 100001110 | 100011 | 11001 |
Color Harmonies of #3F2955
Complementary color
Monochromatic Colors of #3F2955
Black with #3F2955
Text Example
Text Example
White with #3F2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2955; }
p { color: rgb(63,41,85); }
H1.HeaderClassName
{
color: #3F2955;
}
.AnyTagClassName
{
color: #3F2955;
}
</style>
background-color css
<style>
a { background-color: #3F2955; }
a { background-color: rgb(63,41,85); }
div.DivClassName
{
background-color: #3F2955;
}
.BgClassName
{
background-color: #3F2955;
}
</style>
border-color css
<style>
span { border-color: #3F2955; }
span { border-color: rgb(63,41,85); }
td.TdClassName
{
border-color: #3F2955;
}
.TagClassName
{
border-color: #3F2955;
}
</style>