Shades of Jagger #3F2A4A
Tints of Jagger #3F2A4A
RGB
CMYK
RGB Variations
Color information
#3F2A4A (or 0x3F2A4A) is known color: Jagger. HEX triplet: 3F, 2A and 4A. RGB value is (63,42,74). Sum of RGB (Red+Green+Blue) = 63+42+74=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F2A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A4A is #C0D5B5. Grayscale: #333333. Windows color (decimal): -12637622 or 4860479. OLE color: 4860479.
HSL color Cylindrical-coordinate representation of color #3F2A4A: hue angle of 279.38º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F2A4A is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 42 | 74 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.71 |
| HSL | 279.38º | 0.28% | 0.23% | - |
| HSV(B) | 279.38º | 0.43% | 0.29% | - |
| XYZ | 4.11 | 3.21 | 6.88 | - |
| YUV | 51.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 74 | 0.15 | 0.43 | 0 | 0.71 | 279.38 | 0.28 | 0.23 |
| Hex | 3F | 2A | 4A | F | 2B | 0 | 47 | 117 | 1C | 17 |
| Octal | 77 | 52 | 112 | 17 | 53 | 0 | 107 | 427 | 34 | 27 |
| Binary | 111111 | 101010 | 1001010 | 1111 | 101011 | 0 | 1000111 | 100010111 | 11100 | 10111 |
Color Harmonies of #3F2A4A
Complementary color
Monochromatic Colors of #3F2A4A
Black with #3F2A4A
Text Example
Text Example
White with #3F2A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A4A; }
p { color: rgb(63,42,74); }
H1.HeaderClassName
{
color: #3F2A4A;
}
.AnyTagClassName
{
color: #3F2A4A;
}
</style>
background-color css
<style>
a { background-color: #3F2A4A; }
a { background-color: rgb(63,42,74); }
div.DivClassName
{
background-color: #3F2A4A;
}
.BgClassName
{
background-color: #3F2A4A;
}
</style>
border-color css
<style>
span { border-color: #3F2A4A; }
span { border-color: rgb(63,42,74); }
td.TdClassName
{
border-color: #3F2A4A;
}
.TagClassName
{
border-color: #3F2A4A;
}
</style>