Shades of Jagger #3E2653
Tints of Jagger #3E2653
RGB
CMYK
RGB Variations
Color information
#3E2653 (or 0x3E2653) is known color: Jagger. HEX triplet: 3E, 26 and 53. RGB value is (62,38,83). Sum of RGB (Red+Green+Blue) = 62+38+83=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E2653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2653 is #C1D9AC. Grayscale: #323232. Windows color (decimal): -12704173 or 5449278. OLE color: 5449278.
HSL color Cylindrical-coordinate representation of color #3E2653: hue angle of 272º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E2653 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 38 | 83 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.67 |
| HSL | 272º | 0.37% | 0.24% | - |
| HSV(B) | 272º | 0.54% | 0.33% | - |
| XYZ | 4.24 | 3.03 | 8.55 | - |
| YUV | 50.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 83 | 0.25 | 0.54 | 0 | 0.67 | 272 | 0.37 | 0.24 |
| Hex | 3E | 26 | 53 | 19 | 36 | 0 | 43 | 110 | 25 | 18 |
| Octal | 76 | 46 | 123 | 31 | 66 | 0 | 103 | 420 | 45 | 30 |
| Binary | 111110 | 100110 | 1010011 | 11001 | 110110 | 0 | 1000011 | 100010000 | 100101 | 11000 |
Color Harmonies of #3E2653
Complementary color
Monochromatic Colors of #3E2653
Black with #3E2653
Text Example
Text Example
White with #3E2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2653; }
p { color: rgb(62,38,83); }
H1.HeaderClassName
{
color: #3E2653;
}
.AnyTagClassName
{
color: #3E2653;
}
</style>
background-color css
<style>
a { background-color: #3E2653; }
a { background-color: rgb(62,38,83); }
div.DivClassName
{
background-color: #3E2653;
}
.BgClassName
{
background-color: #3E2653;
}
</style>
border-color css
<style>
span { border-color: #3E2653; }
span { border-color: rgb(62,38,83); }
td.TdClassName
{
border-color: #3E2653;
}
.TagClassName
{
border-color: #3E2653;
}
</style>