Shades of Jagger #3E304F
Tints of Jagger #3E304F
RGB
CMYK
RGB Variations
Color information
#3E304F (or 0x3E304F) is known color: Jagger. HEX triplet: 3E, 30 and 4F. RGB value is (62,48,79). Sum of RGB (Red+Green+Blue) = 62+48+79=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E304F is #C1CFB0. Grayscale: #373737. Windows color (decimal): -12701617 or 5189694. OLE color: 5189694.
HSL color Cylindrical-coordinate representation of color #3E304F: hue angle of 267.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E304F is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 48 | 79 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.69 |
| HSL | 267.1º | 0.24% | 0.25% | - |
| HSV(B) | 267.1º | 0.39% | 0.31% | - |
| XYZ | 4.45 | 3.7 | 7.88 | - |
| YUV | 55.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 79 | 0.22 | 0.39 | 0 | 0.69 | 267.1 | 0.24 | 0.25 |
| Hex | 3E | 30 | 4F | 16 | 27 | 0 | 45 | 10B | 18 | 19 |
| Octal | 76 | 60 | 117 | 26 | 47 | 0 | 105 | 413 | 30 | 31 |
| Binary | 111110 | 110000 | 1001111 | 10110 | 100111 | 0 | 1000101 | 100001011 | 11000 | 11001 |
Color Harmonies of #3E304F
Complementary color
Monochromatic Colors of #3E304F
Black with #3E304F
Text Example
Text Example
White with #3E304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E304F; }
p { color: rgb(62,48,79); }
H1.HeaderClassName
{
color: #3E304F;
}
.AnyTagClassName
{
color: #3E304F;
}
</style>
background-color css
<style>
a { background-color: #3E304F; }
a { background-color: rgb(62,48,79); }
div.DivClassName
{
background-color: #3E304F;
}
.BgClassName
{
background-color: #3E304F;
}
</style>
border-color css
<style>
span { border-color: #3E304F; }
span { border-color: rgb(62,48,79); }
td.TdClassName
{
border-color: #3E304F;
}
.TagClassName
{
border-color: #3E304F;
}
</style>