Shades of Jacarta #3A2A60
Tints of Jacarta #3A2A60
RGB
CMYK
RGB Variations
Color information
#3A2A60 (or 0x3A2A60) is known color: Jacarta. HEX triplet: 3A, 2A and 60. RGB value is (58,42,96). Sum of RGB (Red+Green+Blue) = 58+42+96=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A2A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A60 is #C5D59F. Grayscale: #343434. Windows color (decimal): -12965280 or 6302266. OLE color: 6302266.
HSL color Cylindrical-coordinate representation of color #3A2A60: hue angle of 257.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A2A60 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 42 | 96 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.62 |
| HSL | 257.78º | 0.39% | 0.27% | - |
| HSV(B) | 257.78º | 0.56% | 0.38% | - |
| XYZ | 4.68 | 3.4 | 11.48 | - |
| YUV | 52.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 96 | 0.40 | 0.56 | 0 | 0.62 | 257.78 | 0.39 | 0.27 |
| Hex | 3A | 2A | 60 | 28 | 38 | 0 | 3E | 102 | 27 | 1B |
| Octal | 72 | 52 | 140 | 50 | 70 | 0 | 76 | 402 | 47 | 33 |
| Binary | 111010 | 101010 | 1100000 | 101000 | 111000 | 0 | 111110 | 100000010 | 100111 | 11011 |
Color Harmonies of #3A2A60
Complementary color
Monochromatic Colors of #3A2A60
Black with #3A2A60
Text Example
Text Example
White with #3A2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A60; }
p { color: rgb(58,42,96); }
H1.HeaderClassName
{
color: #3A2A60;
}
.AnyTagClassName
{
color: #3A2A60;
}
</style>
background-color css
<style>
a { background-color: #3A2A60; }
a { background-color: rgb(58,42,96); }
div.DivClassName
{
background-color: #3A2A60;
}
.BgClassName
{
background-color: #3A2A60;
}
</style>
border-color css
<style>
span { border-color: #3A2A60; }
span { border-color: rgb(58,42,96); }
td.TdClassName
{
border-color: #3A2A60;
}
.TagClassName
{
border-color: #3A2A60;
}
</style>