Shades of Jagger #3E2353
Tints of Jagger #3E2353
RGB
CMYK
RGB Variations
Color information
#3E2353 (or 0x3E2353) is known color: Jagger. HEX triplet: 3E, 23 and 53. RGB value is (62,35,83). Sum of RGB (Red+Green+Blue) = 62+35+83=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2353 is #C1DCAC. Grayscale: #303030. Windows color (decimal): -12704941 or 5448510. OLE color: 5448510.
HSL color Cylindrical-coordinate representation of color #3E2353: hue angle of 273.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E2353 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 35 | 83 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.67 |
| HSL | 273.75º | 0.41% | 0.23% | - |
| HSV(B) | 273.75º | 0.58% | 0.33% | - |
| XYZ | 4.15 | 2.85 | 8.52 | - |
| YUV | 48.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 83 | 0.25 | 0.58 | 0 | 0.67 | 273.75 | 0.41 | 0.23 |
| Hex | 3E | 23 | 53 | 19 | 3A | 0 | 43 | 112 | 29 | 17 |
| Octal | 76 | 43 | 123 | 31 | 72 | 0 | 103 | 422 | 51 | 27 |
| Binary | 111110 | 100011 | 1010011 | 11001 | 111010 | 0 | 1000011 | 100010010 | 101001 | 10111 |
Color Harmonies of #3E2353
Complementary color
Monochromatic Colors of #3E2353
Black with #3E2353
Text Example
Text Example
White with #3E2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2353; }
p { color: rgb(62,35,83); }
H1.HeaderClassName
{
color: #3E2353;
}
.AnyTagClassName
{
color: #3E2353;
}
</style>
background-color css
<style>
a { background-color: #3E2353; }
a { background-color: rgb(62,35,83); }
div.DivClassName
{
background-color: #3E2353;
}
.BgClassName
{
background-color: #3E2353;
}
</style>
border-color css
<style>
span { border-color: #3E2353; }
span { border-color: rgb(62,35,83); }
td.TdClassName
{
border-color: #3E2353;
}
.TagClassName
{
border-color: #3E2353;
}
</style>