Shades of Jagger #3E1754
Tints of Jagger #3E1754
RGB
CMYK
RGB Variations
Color information
#3E1754 (or 0x3E1754) is known color: Jagger. HEX triplet: 3E, 17 and 54. RGB value is (62,23,84). Sum of RGB (Red+Green+Blue) = 62+23+84=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E1754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1754 is #C1E8AB. Grayscale: #292929. Windows color (decimal): -12708012 or 5510974. OLE color: 5510974.
HSL color Cylindrical-coordinate representation of color #3E1754: hue angle of 278.36º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1754 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 23 | 84 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.67 |
| HSL | 278.36º | 0.57% | 0.21% | - |
| HSV(B) | 278.36º | 0.73% | 0.33% | - |
| XYZ | 3.89 | 2.28 | 8.62 | - |
| YUV | 41.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 84 | 0.26 | 0.73 | 0 | 0.67 | 278.36 | 0.57 | 0.21 |
| Hex | 3E | 17 | 54 | 1A | 49 | 0 | 43 | 116 | 39 | 15 |
| Octal | 76 | 27 | 124 | 32 | 111 | 0 | 103 | 426 | 71 | 25 |
| Binary | 111110 | 10111 | 1010100 | 11010 | 1001001 | 0 | 1000011 | 100010110 | 111001 | 10101 |
Color Harmonies of #3E1754
Complementary color
Monochromatic Colors of #3E1754
Black with #3E1754
Text Example
Text Example
White with #3E1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1754; }
p { color: rgb(62,23,84); }
H1.HeaderClassName
{
color: #3E1754;
}
.AnyTagClassName
{
color: #3E1754;
}
</style>
background-color css
<style>
a { background-color: #3E1754; }
a { background-color: rgb(62,23,84); }
div.DivClassName
{
background-color: #3E1754;
}
.BgClassName
{
background-color: #3E1754;
}
</style>
border-color css
<style>
span { border-color: #3E1754; }
span { border-color: rgb(62,23,84); }
td.TdClassName
{
border-color: #3E1754;
}
.TagClassName
{
border-color: #3E1754;
}
</style>