Shades of Jagger #3A1E4E
Tints of Jagger #3A1E4E
RGB
CMYK
RGB Variations
Color information
#3A1E4E (or 0x3A1E4E) is known color: Jagger. HEX triplet: 3A, 1E and 4E. RGB value is (58,30,78). Sum of RGB (Red+Green+Blue) = 58+30+78=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A1E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E4E is #C5E1B1. Grayscale: #2B2B2B. Windows color (decimal): -12968370 or 5119546. OLE color: 5119546.
HSL color Cylindrical-coordinate representation of color #3A1E4E: hue angle of 275º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A1E4E is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 30 | 78 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.69 |
| HSL | 275º | 0.44% | 0.21% | - |
| HSV(B) | 275º | 0.62% | 0.31% | - |
| XYZ | 3.58 | 2.38 | 7.48 | - |
| YUV | 43.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 78 | 0.26 | 0.62 | 0 | 0.69 | 275 | 0.44 | 0.21 |
| Hex | 3A | 1E | 4E | 1A | 3E | 0 | 45 | 113 | 2C | 15 |
| Octal | 72 | 36 | 116 | 32 | 76 | 0 | 105 | 423 | 54 | 25 |
| Binary | 111010 | 11110 | 1001110 | 11010 | 111110 | 0 | 1000101 | 100010011 | 101100 | 10101 |
Color Harmonies of #3A1E4E
Complementary color
Monochromatic Colors of #3A1E4E
Black with #3A1E4E
Text Example
Text Example
White with #3A1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E4E; }
p { color: rgb(58,30,78); }
H1.HeaderClassName
{
color: #3A1E4E;
}
.AnyTagClassName
{
color: #3A1E4E;
}
</style>
background-color css
<style>
a { background-color: #3A1E4E; }
a { background-color: rgb(58,30,78); }
div.DivClassName
{
background-color: #3A1E4E;
}
.BgClassName
{
background-color: #3A1E4E;
}
</style>
border-color css
<style>
span { border-color: #3A1E4E; }
span { border-color: rgb(58,30,78); }
td.TdClassName
{
border-color: #3A1E4E;
}
.TagClassName
{
border-color: #3A1E4E;
}
</style>