Shades of Jacarta #3A2E60
Tints of Jacarta #3A2E60
RGB
CMYK
RGB Variations
Color information
#3A2E60 (or 0x3A2E60) is known color: Jacarta. HEX triplet: 3A, 2E and 60. RGB value is (58,46,96). Sum of RGB (Red+Green+Blue) = 58+46+96=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2E60 is #C5D19F. Grayscale: #373737. Windows color (decimal): -12964256 or 6303290. OLE color: 6303290.
HSL color Cylindrical-coordinate representation of color #3A2E60: hue angle of 254.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A2E60 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 46 | 96 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.62 |
| HSL | 254.4º | 0.35% | 0.28% | - |
| HSV(B) | 254.4º | 0.52% | 0.38% | - |
| XYZ | 4.83 | 3.7 | 11.53 | - |
| YUV | 55.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 96 | 0.40 | 0.52 | 0 | 0.62 | 254.4 | 0.35 | 0.28 |
| Hex | 3A | 2E | 60 | 28 | 34 | 0 | 3E | FE | 23 | 1C |
| Octal | 72 | 56 | 140 | 50 | 64 | 0 | 76 | 376 | 43 | 34 |
| Binary | 111010 | 101110 | 1100000 | 101000 | 110100 | 0 | 111110 | 11111110 | 100011 | 11100 |
Color Harmonies of #3A2E60
Complementary color
Monochromatic Colors of #3A2E60
Black with #3A2E60
Text Example
Text Example
White with #3A2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E60; }
p { color: rgb(58,46,96); }
H1.HeaderClassName
{
color: #3A2E60;
}
.AnyTagClassName
{
color: #3A2E60;
}
</style>
background-color css
<style>
a { background-color: #3A2E60; }
a { background-color: rgb(58,46,96); }
div.DivClassName
{
background-color: #3A2E60;
}
.BgClassName
{
background-color: #3A2E60;
}
</style>
border-color css
<style>
span { border-color: #3A2E60; }
span { border-color: rgb(58,46,96); }
td.TdClassName
{
border-color: #3A2E60;
}
.TagClassName
{
border-color: #3A2E60;
}
</style>