Shades of Jagger #3E274F
Tints of Jagger #3E274F
RGB
CMYK
RGB Variations
Color information
#3E274F (or 0x3E274F) is known color: Jagger. HEX triplet: 3E, 27 and 4F. RGB value is (62,39,79). Sum of RGB (Red+Green+Blue) = 62+39+79=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E274F is #C1D8B0. Grayscale: #323232. Windows color (decimal): -12703921 or 5187390. OLE color: 5187390.
HSL color Cylindrical-coordinate representation of color #3E274F: hue angle of 274.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E274F is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 39 | 79 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.69 |
| HSL | 274.5º | 0.34% | 0.23% | - |
| HSV(B) | 274.5º | 0.51% | 0.31% | - |
| XYZ | 4.12 | 3.04 | 7.77 | - |
| YUV | 50.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 79 | 0.22 | 0.51 | 0 | 0.69 | 274.5 | 0.34 | 0.23 |
| Hex | 3E | 27 | 4F | 16 | 33 | 0 | 45 | 112 | 22 | 17 |
| Octal | 76 | 47 | 117 | 26 | 63 | 0 | 105 | 422 | 42 | 27 |
| Binary | 111110 | 100111 | 1001111 | 10110 | 110011 | 0 | 1000101 | 100010010 | 100010 | 10111 |
Color Harmonies of #3E274F
Complementary color
Monochromatic Colors of #3E274F
Black with #3E274F
Text Example
Text Example
White with #3E274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E274F; }
p { color: rgb(62,39,79); }
H1.HeaderClassName
{
color: #3E274F;
}
.AnyTagClassName
{
color: #3E274F;
}
</style>
background-color css
<style>
a { background-color: #3E274F; }
a { background-color: rgb(62,39,79); }
div.DivClassName
{
background-color: #3E274F;
}
.BgClassName
{
background-color: #3E274F;
}
</style>
border-color css
<style>
span { border-color: #3E274F; }
span { border-color: rgb(62,39,79); }
td.TdClassName
{
border-color: #3E274F;
}
.TagClassName
{
border-color: #3E274F;
}
</style>