Shades of Jagger #3E254E
Tints of Jagger #3E254E
RGB
CMYK
RGB Variations
Color information
#3E254E (or 0x3E254E) is known color: Jagger. HEX triplet: 3E, 25 and 4E. RGB value is (62,37,78). Sum of RGB (Red+Green+Blue) = 62+37+78=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E254E is #C1DAB1. Grayscale: #313131. Windows color (decimal): -12704434 or 5121342. OLE color: 5121342.
HSL color Cylindrical-coordinate representation of color #3E254E: hue angle of 276.59º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E254E is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 37 | 78 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.69 |
| HSL | 276.59º | 0.36% | 0.23% | - |
| HSV(B) | 276.59º | 0.53% | 0.31% | - |
| XYZ | 4.02 | 2.9 | 7.55 | - |
| YUV | 49.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 78 | 0.21 | 0.53 | 0 | 0.69 | 276.59 | 0.36 | 0.23 |
| Hex | 3E | 25 | 4E | 15 | 35 | 0 | 45 | 115 | 24 | 17 |
| Octal | 76 | 45 | 116 | 25 | 65 | 0 | 105 | 425 | 44 | 27 |
| Binary | 111110 | 100101 | 1001110 | 10101 | 110101 | 0 | 1000101 | 100010101 | 100100 | 10111 |
Color Harmonies of #3E254E
Complementary color
Monochromatic Colors of #3E254E
Black with #3E254E
Text Example
Text Example
White with #3E254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E254E; }
p { color: rgb(62,37,78); }
H1.HeaderClassName
{
color: #3E254E;
}
.AnyTagClassName
{
color: #3E254E;
}
</style>
background-color css
<style>
a { background-color: #3E254E; }
a { background-color: rgb(62,37,78); }
div.DivClassName
{
background-color: #3E254E;
}
.BgClassName
{
background-color: #3E254E;
}
</style>
border-color css
<style>
span { border-color: #3E254E; }
span { border-color: rgb(62,37,78); }
td.TdClassName
{
border-color: #3E254E;
}
.TagClassName
{
border-color: #3E254E;
}
</style>