Shades of Jagger #3E2649
Tints of Jagger #3E2649
RGB
CMYK
RGB Variations
Color information
#3E2649 (or 0x3E2649) is known color: Jagger. HEX triplet: 3E, 26 and 49. RGB value is (62,38,73). Sum of RGB (Red+Green+Blue) = 62+38+73=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2649 is #C1D9B6. Grayscale: #313131. Windows color (decimal): -12704183 or 4793918. OLE color: 4793918.
HSL color Cylindrical-coordinate representation of color #3E2649: hue angle of 281.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2649 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 38 | 73 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.71 |
| HSL | 281.14º | 0.32% | 0.22% | - |
| HSV(B) | 281.14º | 0.48% | 0.29% | - |
| XYZ | 3.88 | 2.89 | 6.66 | - |
| YUV | 49.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 73 | 0.15 | 0.48 | 0 | 0.71 | 281.14 | 0.32 | 0.22 |
| Hex | 3E | 26 | 49 | F | 30 | 0 | 47 | 119 | 20 | 16 |
| Octal | 76 | 46 | 111 | 17 | 60 | 0 | 107 | 431 | 40 | 26 |
| Binary | 111110 | 100110 | 1001001 | 1111 | 110000 | 0 | 1000111 | 100011001 | 100000 | 10110 |
Color Harmonies of #3E2649
Complementary color
Monochromatic Colors of #3E2649
Black with #3E2649
Text Example
Text Example
White with #3E2649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2649; }
p { color: rgb(62,38,73); }
H1.HeaderClassName
{
color: #3E2649;
}
.AnyTagClassName
{
color: #3E2649;
}
</style>
background-color css
<style>
a { background-color: #3E2649; }
a { background-color: rgb(62,38,73); }
div.DivClassName
{
background-color: #3E2649;
}
.BgClassName
{
background-color: #3E2649;
}
</style>
border-color css
<style>
span { border-color: #3E2649; }
span { border-color: rgb(62,38,73); }
td.TdClassName
{
border-color: #3E2649;
}
.TagClassName
{
border-color: #3E2649;
}
</style>