Shades of Jagger #3F2352
Tints of Jagger #3F2352
RGB
CMYK
RGB Variations
Color information
#3F2352 (or 0x3F2352) is known color: Jagger. HEX triplet: 3F, 23 and 52. RGB value is (63,35,82). Sum of RGB (Red+Green+Blue) = 63+35+82=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F2352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2352 is #C0DCAD. Grayscale: #303030. Windows color (decimal): -12639406 or 5382975. OLE color: 5382975.
HSL color Cylindrical-coordinate representation of color #3F2352: hue angle of 275.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F2352 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 35 | 82 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.68 |
| HSL | 275.74º | 0.4% | 0.23% | - |
| HSV(B) | 275.74º | 0.57% | 0.32% | - |
| XYZ | 4.17 | 2.87 | 8.32 | - |
| YUV | 48.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 82 | 0.23 | 0.57 | 0 | 0.68 | 275.74 | 0.4 | 0.23 |
| Hex | 3F | 23 | 52 | 17 | 39 | 0 | 44 | 114 | 28 | 17 |
| Octal | 77 | 43 | 122 | 27 | 71 | 0 | 104 | 424 | 50 | 27 |
| Binary | 111111 | 100011 | 1010010 | 10111 | 111001 | 0 | 1000100 | 100010100 | 101000 | 10111 |
Color Harmonies of #3F2352
Complementary color
Monochromatic Colors of #3F2352
Black with #3F2352
Text Example
Text Example
White with #3F2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2352; }
p { color: rgb(63,35,82); }
H1.HeaderClassName
{
color: #3F2352;
}
.AnyTagClassName
{
color: #3F2352;
}
</style>
background-color css
<style>
a { background-color: #3F2352; }
a { background-color: rgb(63,35,82); }
div.DivClassName
{
background-color: #3F2352;
}
.BgClassName
{
background-color: #3F2352;
}
</style>
border-color css
<style>
span { border-color: #3F2352; }
span { border-color: rgb(63,35,82); }
td.TdClassName
{
border-color: #3F2352;
}
.TagClassName
{
border-color: #3F2352;
}
</style>