Shades of Jagger #3F2555
Tints of Jagger #3F2555
RGB
CMYK
RGB Variations
Color information
#3F2555 (or 0x3F2555) is known color: Jagger. HEX triplet: 3F, 25 and 55. RGB value is (63,37,85). Sum of RGB (Red+Green+Blue) = 63+37+85=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2555 is #C0DAAA. Grayscale: #323232. Windows color (decimal): -12638891 or 5580095. OLE color: 5580095.
HSL color Cylindrical-coordinate representation of color #3F2555: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2555 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 37 | 85 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.67 |
| HSL | 272.5º | 0.39% | 0.24% | - |
| HSV(B) | 272.5º | 0.56% | 0.33% | - |
| XYZ | 4.35 | 3.04 | 8.95 | - |
| YUV | 50.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 85 | 0.26 | 0.56 | 0 | 0.67 | 272.5 | 0.39 | 0.24 |
| Hex | 3F | 25 | 55 | 1A | 38 | 0 | 43 | 110 | 27 | 18 |
| Octal | 77 | 45 | 125 | 32 | 70 | 0 | 103 | 420 | 47 | 30 |
| Binary | 111111 | 100101 | 1010101 | 11010 | 111000 | 0 | 1000011 | 100010000 | 100111 | 11000 |
Color Harmonies of #3F2555
Complementary color
Monochromatic Colors of #3F2555
Black with #3F2555
Text Example
Text Example
White with #3F2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2555; }
p { color: rgb(63,37,85); }
H1.HeaderClassName
{
color: #3F2555;
}
.AnyTagClassName
{
color: #3F2555;
}
</style>
background-color css
<style>
a { background-color: #3F2555; }
a { background-color: rgb(63,37,85); }
div.DivClassName
{
background-color: #3F2555;
}
.BgClassName
{
background-color: #3F2555;
}
</style>
border-color css
<style>
span { border-color: #3F2555; }
span { border-color: rgb(63,37,85); }
td.TdClassName
{
border-color: #3F2555;
}
.TagClassName
{
border-color: #3F2555;
}
</style>