Shades of Jagger #3F1E4E
Tints of Jagger #3F1E4E
RGB
CMYK
RGB Variations
Color information
#3F1E4E (or 0x3F1E4E) is known color: Jagger. HEX triplet: 3F, 1E and 4E. RGB value is (63,30,78). Sum of RGB (Red+Green+Blue) = 63+30+78=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F1E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1E4E is #C0E1B1. Grayscale: #2D2D2D. Windows color (decimal): -12640690 or 5119551. OLE color: 5119551.
HSL color Cylindrical-coordinate representation of color #3F1E4E: hue angle of 281.25º 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 #3F1E4E is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 30 | 78 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.69 |
| HSL | 281.25º | 0.44% | 0.21% | - |
| HSV(B) | 281.25º | 0.62% | 0.31% | - |
| XYZ | 3.89 | 2.54 | 7.49 | - |
| YUV | 45.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 78 | 0.19 | 0.62 | 0 | 0.69 | 281.25 | 0.44 | 0.21 |
| Hex | 3F | 1E | 4E | 13 | 3E | 0 | 45 | 119 | 2C | 15 |
| Octal | 77 | 36 | 116 | 23 | 76 | 0 | 105 | 431 | 54 | 25 |
| Binary | 111111 | 11110 | 1001110 | 10011 | 111110 | 0 | 1000101 | 100011001 | 101100 | 10101 |
Color Harmonies of #3F1E4E
Complementary color
Monochromatic Colors of #3F1E4E
Black with #3F1E4E
Text Example
Text Example
White with #3F1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E4E; }
p { color: rgb(63,30,78); }
H1.HeaderClassName
{
color: #3F1E4E;
}
.AnyTagClassName
{
color: #3F1E4E;
}
</style>
background-color css
<style>
a { background-color: #3F1E4E; }
a { background-color: rgb(63,30,78); }
div.DivClassName
{
background-color: #3F1E4E;
}
.BgClassName
{
background-color: #3F1E4E;
}
</style>
border-color css
<style>
span { border-color: #3F1E4E; }
span { border-color: rgb(63,30,78); }
td.TdClassName
{
border-color: #3F1E4E;
}
.TagClassName
{
border-color: #3F1E4E;
}
</style>