Shades of Jagger #3E2654
Tints of Jagger #3E2654
RGB
CMYK
RGB Variations
Color information
#3E2654 (or 0x3E2654) is known color: Jagger. HEX triplet: 3E, 26 and 54. RGB value is (62,38,84). Sum of RGB (Red+Green+Blue) = 62+38+84=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2654 is #C1D9AB. Grayscale: #323232. Windows color (decimal): -12704172 or 5514814. OLE color: 5514814.
HSL color Cylindrical-coordinate representation of color #3E2654: hue angle of 271.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E2654 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 38 | 84 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.67 |
| HSL | 271.3º | 0.38% | 0.24% | - |
| HSV(B) | 271.3º | 0.55% | 0.33% | - |
| XYZ | 4.28 | 3.05 | 8.75 | - |
| YUV | 50.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 84 | 0.26 | 0.55 | 0 | 0.67 | 271.3 | 0.38 | 0.24 |
| Hex | 3E | 26 | 54 | 1A | 37 | 0 | 43 | 10F | 26 | 18 |
| Octal | 76 | 46 | 124 | 32 | 67 | 0 | 103 | 417 | 46 | 30 |
| Binary | 111110 | 100110 | 1010100 | 11010 | 110111 | 0 | 1000011 | 100001111 | 100110 | 11000 |
Color Harmonies of #3E2654
Complementary color
Monochromatic Colors of #3E2654
Black with #3E2654
Text Example
Text Example
White with #3E2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2654; }
p { color: rgb(62,38,84); }
H1.HeaderClassName
{
color: #3E2654;
}
.AnyTagClassName
{
color: #3E2654;
}
</style>
background-color css
<style>
a { background-color: #3E2654; }
a { background-color: rgb(62,38,84); }
div.DivClassName
{
background-color: #3E2654;
}
.BgClassName
{
background-color: #3E2654;
}
</style>
border-color css
<style>
span { border-color: #3E2654; }
span { border-color: rgb(62,38,84); }
td.TdClassName
{
border-color: #3E2654;
}
.TagClassName
{
border-color: #3E2654;
}
</style>