Shades of Jacarta #3E3059
Tints of Jacarta #3E3059
RGB
CMYK
RGB Variations
Color information
#3E3059 (or 0x3E3059) is known color: Jacarta. HEX triplet: 3E, 30 and 59. RGB value is (62,48,89). Sum of RGB (Red+Green+Blue) = 62+48+89=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E3059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3059 is #C1CFA6. Grayscale: #383838. Windows color (decimal): -12701607 or 5845054. OLE color: 5845054.
HSL color Cylindrical-coordinate representation of color #3E3059: hue angle of 260.49º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E3059 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 48 | 89 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.65 |
| HSL | 260.49º | 0.3% | 0.27% | - |
| HSV(B) | 260.49º | 0.46% | 0.35% | - |
| XYZ | 4.85 | 3.86 | 9.94 | - |
| YUV | 56.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 89 | 0.30 | 0.46 | 0 | 0.65 | 260.49 | 0.3 | 0.27 |
| Hex | 3E | 30 | 59 | 1E | 2E | 0 | 41 | 104 | 1E | 1B |
| Octal | 76 | 60 | 131 | 36 | 56 | 0 | 101 | 404 | 36 | 33 |
| Binary | 111110 | 110000 | 1011001 | 11110 | 101110 | 0 | 1000001 | 100000100 | 11110 | 11011 |
Color Harmonies of #3E3059
Complementary color
Monochromatic Colors of #3E3059
Black with #3E3059
Text Example
Text Example
White with #3E3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3059; }
p { color: rgb(62,48,89); }
H1.HeaderClassName
{
color: #3E3059;
}
.AnyTagClassName
{
color: #3E3059;
}
</style>
background-color css
<style>
a { background-color: #3E3059; }
a { background-color: rgb(62,48,89); }
div.DivClassName
{
background-color: #3E3059;
}
.BgClassName
{
background-color: #3E3059;
}
</style>
border-color css
<style>
span { border-color: #3E3059; }
span { border-color: rgb(62,48,89); }
td.TdClassName
{
border-color: #3E3059;
}
.TagClassName
{
border-color: #3E3059;
}
</style>