Shades of Jacarta #3A2C60
Tints of Jacarta #3A2C60
RGB
CMYK
RGB Variations
Color information
#3A2C60 (or 0x3A2C60) is known color: Jacarta. HEX triplet: 3A, 2C and 60. RGB value is (58,44,96). Sum of RGB (Red+Green+Blue) = 58+44+96=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C60 is #C5D39F. Grayscale: #353535. Windows color (decimal): -12964768 or 6302778. OLE color: 6302778.
HSL color Cylindrical-coordinate representation of color #3A2C60: hue angle of 256.15º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A2C60 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 44 | 96 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.62 |
| HSL | 256.15º | 0.37% | 0.27% | - |
| HSV(B) | 256.15º | 0.54% | 0.38% | - |
| XYZ | 4.76 | 3.55 | 11.5 | - |
| YUV | 54.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 96 | 0.40 | 0.54 | 0 | 0.62 | 256.15 | 0.37 | 0.27 |
| Hex | 3A | 2C | 60 | 28 | 36 | 0 | 3E | 100 | 25 | 1B |
| Octal | 72 | 54 | 140 | 50 | 66 | 0 | 76 | 400 | 45 | 33 |
| Binary | 111010 | 101100 | 1100000 | 101000 | 110110 | 0 | 111110 | 100000000 | 100101 | 11011 |
Color Harmonies of #3A2C60
Complementary color
Monochromatic Colors of #3A2C60
Black with #3A2C60
Text Example
Text Example
White with #3A2C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C60; }
p { color: rgb(58,44,96); }
H1.HeaderClassName
{
color: #3A2C60;
}
.AnyTagClassName
{
color: #3A2C60;
}
</style>
background-color css
<style>
a { background-color: #3A2C60; }
a { background-color: rgb(58,44,96); }
div.DivClassName
{
background-color: #3A2C60;
}
.BgClassName
{
background-color: #3A2C60;
}
</style>
border-color css
<style>
span { border-color: #3A2C60; }
span { border-color: rgb(58,44,96); }
td.TdClassName
{
border-color: #3A2C60;
}
.TagClassName
{
border-color: #3A2C60;
}
</style>