Shades of Jacarta #3E3160
Tints of Jacarta #3E3160
RGB
CMYK
RGB Variations
Color information
#3E3160 (or 0x3E3160) is known color: Jacarta. HEX triplet: 3E, 31 and 60. RGB value is (62,49,96). Sum of RGB (Red+Green+Blue) = 62+49+96=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3160 is #C1CE9F. Grayscale: #3A3A3A. Windows color (decimal): -12701344 or 6304062. OLE color: 6304062.
HSL color Cylindrical-coordinate representation of color #3E3160: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E3160 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 49 | 96 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.62 |
| HSL | 256.6º | 0.32% | 0.28% | - |
| HSV(B) | 256.6º | 0.49% | 0.38% | - |
| XYZ | 5.2 | 4.07 | 11.58 | - |
| YUV | 58.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 96 | 0.35 | 0.49 | 0 | 0.62 | 256.6 | 0.32 | 0.28 |
| Hex | 3E | 31 | 60 | 23 | 31 | 0 | 3E | 101 | 20 | 1C |
| Octal | 76 | 61 | 140 | 43 | 61 | 0 | 76 | 401 | 40 | 34 |
| Binary | 111110 | 110001 | 1100000 | 100011 | 110001 | 0 | 111110 | 100000001 | 100000 | 11100 |
Color Harmonies of #3E3160
Complementary color
Monochromatic Colors of #3E3160
Black with #3E3160
Text Example
Text Example
White with #3E3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3160; }
p { color: rgb(62,49,96); }
H1.HeaderClassName
{
color: #3E3160;
}
.AnyTagClassName
{
color: #3E3160;
}
</style>
background-color css
<style>
a { background-color: #3E3160; }
a { background-color: rgb(62,49,96); }
div.DivClassName
{
background-color: #3E3160;
}
.BgClassName
{
background-color: #3E3160;
}
</style>
border-color css
<style>
span { border-color: #3E3160; }
span { border-color: rgb(62,49,96); }
td.TdClassName
{
border-color: #3E3160;
}
.TagClassName
{
border-color: #3E3160;
}
</style>