Shades of Jagger #3F284A
Tints of Jagger #3F284A
RGB
CMYK
RGB Variations
Color information
#3F284A (or 0x3F284A) is known color: Jagger. HEX triplet: 3F, 28 and 4A. RGB value is (63,40,74). Sum of RGB (Red+Green+Blue) = 63+40+74=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F284A is #C0D7B5. Grayscale: #323232. Windows color (decimal): -12638134 or 4859967. OLE color: 4859967.
HSL color Cylindrical-coordinate representation of color #3F284A: hue angle of 280.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F284A is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 40 | 74 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.71 |
| HSL | 280.59º | 0.3% | 0.22% | - |
| HSV(B) | 280.59º | 0.46% | 0.29% | - |
| XYZ | 4.04 | 3.07 | 6.86 | - |
| YUV | 50.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 74 | 0.15 | 0.46 | 0 | 0.71 | 280.59 | 0.3 | 0.22 |
| Hex | 3F | 28 | 4A | F | 2E | 0 | 47 | 119 | 1E | 16 |
| Octal | 77 | 50 | 112 | 17 | 56 | 0 | 107 | 431 | 36 | 26 |
| Binary | 111111 | 101000 | 1001010 | 1111 | 101110 | 0 | 1000111 | 100011001 | 11110 | 10110 |
Color Harmonies of #3F284A
Complementary color
Monochromatic Colors of #3F284A
Black with #3F284A
Text Example
Text Example
White with #3F284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F284A; }
p { color: rgb(63,40,74); }
H1.HeaderClassName
{
color: #3F284A;
}
.AnyTagClassName
{
color: #3F284A;
}
</style>
background-color css
<style>
a { background-color: #3F284A; }
a { background-color: rgb(63,40,74); }
div.DivClassName
{
background-color: #3F284A;
}
.BgClassName
{
background-color: #3F284A;
}
</style>
border-color css
<style>
span { border-color: #3F284A; }
span { border-color: rgb(63,40,74); }
td.TdClassName
{
border-color: #3F284A;
}
.TagClassName
{
border-color: #3F284A;
}
</style>