Shades of Jagger #3E1753
Tints of Jagger #3E1753
RGB
CMYK
RGB Variations
Color information
#3E1753 (or 0x3E1753) is known color: Jagger. HEX triplet: 3E, 17 and 53. RGB value is (62,23,83). Sum of RGB (Red+Green+Blue) = 62+23+83=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E1753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1753 is #C1E8AC. Grayscale: #292929. Windows color (decimal): -12708013 or 5445438. OLE color: 5445438.
HSL color Cylindrical-coordinate representation of color #3E1753: hue angle of 279º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E1753 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 23 | 83 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.67 |
| HSL | 279º | 0.57% | 0.21% | - |
| HSV(B) | 279º | 0.72% | 0.33% | - |
| XYZ | 3.85 | 2.26 | 8.42 | - |
| YUV | 41.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 83 | 0.25 | 0.72 | 0 | 0.67 | 279 | 0.57 | 0.21 |
| Hex | 3E | 17 | 53 | 19 | 48 | 0 | 43 | 117 | 39 | 15 |
| Octal | 76 | 27 | 123 | 31 | 110 | 0 | 103 | 427 | 71 | 25 |
| Binary | 111110 | 10111 | 1010011 | 11001 | 1001000 | 0 | 1000011 | 100010111 | 111001 | 10101 |
Color Harmonies of #3E1753
Complementary color
Monochromatic Colors of #3E1753
Black with #3E1753
Text Example
Text Example
White with #3E1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1753; }
p { color: rgb(62,23,83); }
H1.HeaderClassName
{
color: #3E1753;
}
.AnyTagClassName
{
color: #3E1753;
}
</style>
background-color css
<style>
a { background-color: #3E1753; }
a { background-color: rgb(62,23,83); }
div.DivClassName
{
background-color: #3E1753;
}
.BgClassName
{
background-color: #3E1753;
}
</style>
border-color css
<style>
span { border-color: #3E1753; }
span { border-color: rgb(62,23,83); }
td.TdClassName
{
border-color: #3E1753;
}
.TagClassName
{
border-color: #3E1753;
}
</style>