Shades of Jacarta #3A2B60
Tints of Jacarta #3A2B60
RGB
CMYK
RGB Variations
Color information
#3A2B60 (or 0x3A2B60) is known color: Jacarta. HEX triplet: 3A, 2B and 60. RGB value is (58,43,96). Sum of RGB (Red+Green+Blue) = 58+43+96=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2B60 is #C5D49F. Grayscale: #353535. Windows color (decimal): -12965024 or 6302522. OLE color: 6302522.
HSL color Cylindrical-coordinate representation of color #3A2B60: hue angle of 256.98º 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 #3A2B60 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 43 | 96 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.62 |
| HSL | 256.98º | 0.38% | 0.27% | - |
| HSV(B) | 256.98º | 0.55% | 0.38% | - |
| XYZ | 4.72 | 3.47 | 11.49 | - |
| YUV | 53.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 96 | 0.40 | 0.55 | 0 | 0.62 | 256.98 | 0.38 | 0.27 |
| Hex | 3A | 2B | 60 | 28 | 37 | 0 | 3E | 101 | 26 | 1B |
| Octal | 72 | 53 | 140 | 50 | 67 | 0 | 76 | 401 | 46 | 33 |
| Binary | 111010 | 101011 | 1100000 | 101000 | 110111 | 0 | 111110 | 100000001 | 100110 | 11011 |
Color Harmonies of #3A2B60
Complementary color
Monochromatic Colors of #3A2B60
Black with #3A2B60
Text Example
Text Example
White with #3A2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B60; }
p { color: rgb(58,43,96); }
H1.HeaderClassName
{
color: #3A2B60;
}
.AnyTagClassName
{
color: #3A2B60;
}
</style>
background-color css
<style>
a { background-color: #3A2B60; }
a { background-color: rgb(58,43,96); }
div.DivClassName
{
background-color: #3A2B60;
}
.BgClassName
{
background-color: #3A2B60;
}
</style>
border-color css
<style>
span { border-color: #3A2B60; }
span { border-color: rgb(58,43,96); }
td.TdClassName
{
border-color: #3A2B60;
}
.TagClassName
{
border-color: #3A2B60;
}
</style>