Shades of Jagger #3E284C
Tints of Jagger #3E284C
RGB
CMYK
RGB Variations
Color information
#3E284C (or 0x3E284C) is known color: Jagger. HEX triplet: 3E, 28 and 4C. RGB value is (62,40,76). Sum of RGB (Red+Green+Blue) = 62+40+76=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E284C is #C1D7B3. Grayscale: #323232. Windows color (decimal): -12703668 or 4991038. OLE color: 4991038.
HSL color Cylindrical-coordinate representation of color #3E284C: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E284C is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 40 | 76 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.70 |
| HSL | 276.67º | 0.31% | 0.23% | - |
| HSV(B) | 276.67º | 0.47% | 0.3% | - |
| XYZ | 4.05 | 3.06 | 7.22 | - |
| YUV | 50.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 76 | 0.18 | 0.47 | 0 | 0.70 | 276.67 | 0.31 | 0.23 |
| Hex | 3E | 28 | 4C | 12 | 2F | 0 | 46 | 115 | 1F | 17 |
| Octal | 76 | 50 | 114 | 22 | 57 | 0 | 106 | 425 | 37 | 27 |
| Binary | 111110 | 101000 | 1001100 | 10010 | 101111 | 0 | 1000110 | 100010101 | 11111 | 10111 |
Color Harmonies of #3E284C
Complementary color
Monochromatic Colors of #3E284C
Black with #3E284C
Text Example
Text Example
White with #3E284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E284C; }
p { color: rgb(62,40,76); }
H1.HeaderClassName
{
color: #3E284C;
}
.AnyTagClassName
{
color: #3E284C;
}
</style>
background-color css
<style>
a { background-color: #3E284C; }
a { background-color: rgb(62,40,76); }
div.DivClassName
{
background-color: #3E284C;
}
.BgClassName
{
background-color: #3E284C;
}
</style>
border-color css
<style>
span { border-color: #3E284C; }
span { border-color: rgb(62,40,76); }
td.TdClassName
{
border-color: #3E284C;
}
.TagClassName
{
border-color: #3E284C;
}
</style>