Shades of Jagger #3E1D4E
Tints of Jagger #3E1D4E
RGB
CMYK
RGB Variations
Color information
#3E1D4E (or 0x3E1D4E) is known color: Jagger. HEX triplet: 3E, 1D and 4E. RGB value is (62,29,78). Sum of RGB (Red+Green+Blue) = 62+29+78=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E1D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1D4E is #C1E2B1. Grayscale: #2C2C2C. Windows color (decimal): -12706482 or 5119294. OLE color: 5119294.
HSL color Cylindrical-coordinate representation of color #3E1D4E: hue angle of 280.41º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1D4E is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 29 | 78 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.69 |
| HSL | 280.41º | 0.46% | 0.21% | - |
| HSV(B) | 280.41º | 0.63% | 0.31% | - |
| XYZ | 3.8 | 2.45 | 7.48 | - |
| YUV | 44.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 78 | 0.21 | 0.63 | 0 | 0.69 | 280.41 | 0.46 | 0.21 |
| Hex | 3E | 1D | 4E | 15 | 3F | 0 | 45 | 118 | 2E | 15 |
| Octal | 76 | 35 | 116 | 25 | 77 | 0 | 105 | 430 | 56 | 25 |
| Binary | 111110 | 11101 | 1001110 | 10101 | 111111 | 0 | 1000101 | 100011000 | 101110 | 10101 |
Color Harmonies of #3E1D4E
Complementary color
Monochromatic Colors of #3E1D4E
Black with #3E1D4E
Text Example
Text Example
White with #3E1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D4E; }
p { color: rgb(62,29,78); }
H1.HeaderClassName
{
color: #3E1D4E;
}
.AnyTagClassName
{
color: #3E1D4E;
}
</style>
background-color css
<style>
a { background-color: #3E1D4E; }
a { background-color: rgb(62,29,78); }
div.DivClassName
{
background-color: #3E1D4E;
}
.BgClassName
{
background-color: #3E1D4E;
}
</style>
border-color css
<style>
span { border-color: #3E1D4E; }
span { border-color: rgb(62,29,78); }
td.TdClassName
{
border-color: #3E1D4E;
}
.TagClassName
{
border-color: #3E1D4E;
}
</style>