Shades of Jacarta #3E2B60
Tints of Jacarta #3E2B60
RGB
CMYK
RGB Variations
Color information
#3E2B60 (or 0x3E2B60) is known color: Jacarta. HEX triplet: 3E, 2B and 60. RGB value is (62,43,96). Sum of RGB (Red+Green+Blue) = 62+43+96=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B60 is #C1D49F. Grayscale: #363636. Windows color (decimal): -12702880 or 6302526. OLE color: 6302526.
HSL color Cylindrical-coordinate representation of color #3E2B60: hue angle of 261.51º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E2B60 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 43 | 96 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.62 |
| HSL | 261.51º | 0.38% | 0.27% | - |
| HSV(B) | 261.51º | 0.55% | 0.38% | - |
| XYZ | 4.96 | 3.6 | 11.5 | - |
| YUV | 54.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 96 | 0.35 | 0.55 | 0 | 0.62 | 261.51 | 0.38 | 0.27 |
| Hex | 3E | 2B | 60 | 23 | 37 | 0 | 3E | 106 | 26 | 1B |
| Octal | 76 | 53 | 140 | 43 | 67 | 0 | 76 | 406 | 46 | 33 |
| Binary | 111110 | 101011 | 1100000 | 100011 | 110111 | 0 | 111110 | 100000110 | 100110 | 11011 |
Color Harmonies of #3E2B60
Complementary color
Monochromatic Colors of #3E2B60
Black with #3E2B60
Text Example
Text Example
White with #3E2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B60; }
p { color: rgb(62,43,96); }
H1.HeaderClassName
{
color: #3E2B60;
}
.AnyTagClassName
{
color: #3E2B60;
}
</style>
background-color css
<style>
a { background-color: #3E2B60; }
a { background-color: rgb(62,43,96); }
div.DivClassName
{
background-color: #3E2B60;
}
.BgClassName
{
background-color: #3E2B60;
}
</style>
border-color css
<style>
span { border-color: #3E2B60; }
span { border-color: rgb(62,43,96); }
td.TdClassName
{
border-color: #3E2B60;
}
.TagClassName
{
border-color: #3E2B60;
}
</style>