Shades of Jacarta #3E2C59
Tints of Jacarta #3E2C59
RGB
CMYK
RGB Variations
Color information
#3E2C59 (or 0x3E2C59) is known color: Jacarta. HEX triplet: 3E, 2C and 59. RGB value is (62,44,89). Sum of RGB (Red+Green+Blue) = 62+44+89=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C59 is #C1D3A6. Grayscale: #363636. Windows color (decimal): -12702631 or 5844030. OLE color: 5844030.
HSL color Cylindrical-coordinate representation of color #3E2C59: hue angle of 264º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E2C59 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 44 | 89 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.65 |
| HSL | 264º | 0.34% | 0.26% | - |
| HSV(B) | 264º | 0.51% | 0.35% | - |
| XYZ | 4.69 | 3.55 | 9.89 | - |
| YUV | 54.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 89 | 0.30 | 0.51 | 0 | 0.65 | 264 | 0.34 | 0.26 |
| Hex | 3E | 2C | 59 | 1E | 33 | 0 | 41 | 108 | 22 | 1A |
| Octal | 76 | 54 | 131 | 36 | 63 | 0 | 101 | 410 | 42 | 32 |
| Binary | 111110 | 101100 | 1011001 | 11110 | 110011 | 0 | 1000001 | 100001000 | 100010 | 11010 |
Color Harmonies of #3E2C59
Complementary color
Monochromatic Colors of #3E2C59
Black with #3E2C59
Text Example
Text Example
White with #3E2C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C59; }
p { color: rgb(62,44,89); }
H1.HeaderClassName
{
color: #3E2C59;
}
.AnyTagClassName
{
color: #3E2C59;
}
</style>
background-color css
<style>
a { background-color: #3E2C59; }
a { background-color: rgb(62,44,89); }
div.DivClassName
{
background-color: #3E2C59;
}
.BgClassName
{
background-color: #3E2C59;
}
</style>
border-color css
<style>
span { border-color: #3E2C59; }
span { border-color: rgb(62,44,89); }
td.TdClassName
{
border-color: #3E2C59;
}
.TagClassName
{
border-color: #3E2C59;
}
</style>