Shades of Jagger #3E2350
Tints of Jagger #3E2350
RGB
CMYK
RGB Variations
Color information
#3E2350 (or 0x3E2350) is known color: Jagger. HEX triplet: 3E, 23 and 50. RGB value is (62,35,80). Sum of RGB (Red+Green+Blue) = 62+35+80=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2350 is #C1DCAF. Grayscale: #303030. Windows color (decimal): -12704944 or 5251902. OLE color: 5251902.
HSL color Cylindrical-coordinate representation of color #3E2350: hue angle of 276º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E2350 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 35 | 80 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.69 |
| HSL | 276º | 0.39% | 0.23% | - |
| HSV(B) | 276º | 0.56% | 0.31% | - |
| XYZ | 4.04 | 2.81 | 7.92 | - |
| YUV | 48.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 80 | 0.22 | 0.56 | 0 | 0.69 | 276 | 0.39 | 0.23 |
| Hex | 3E | 23 | 50 | 16 | 38 | 0 | 45 | 114 | 27 | 17 |
| Octal | 76 | 43 | 120 | 26 | 70 | 0 | 105 | 424 | 47 | 27 |
| Binary | 111110 | 100011 | 1010000 | 10110 | 111000 | 0 | 1000101 | 100010100 | 100111 | 10111 |
Color Harmonies of #3E2350
Complementary color
Monochromatic Colors of #3E2350
Black with #3E2350
Text Example
Text Example
White with #3E2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2350; }
p { color: rgb(62,35,80); }
H1.HeaderClassName
{
color: #3E2350;
}
.AnyTagClassName
{
color: #3E2350;
}
</style>
background-color css
<style>
a { background-color: #3E2350; }
a { background-color: rgb(62,35,80); }
div.DivClassName
{
background-color: #3E2350;
}
.BgClassName
{
background-color: #3E2350;
}
</style>
border-color css
<style>
span { border-color: #3E2350; }
span { border-color: rgb(62,35,80); }
td.TdClassName
{
border-color: #3E2350;
}
.TagClassName
{
border-color: #3E2350;
}
</style>