Shades of Jacarta #3A2D5D
Tints of Jacarta #3A2D5D
RGB
CMYK
RGB Variations
Color information
#3A2D5D (or 0x3A2D5D) is known color: Jacarta. HEX triplet: 3A, 2D and 5D. RGB value is (58,45,93). Sum of RGB (Red+Green+Blue) = 58+45+93=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A2D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2D5D is #C5D2A2. Grayscale: #363636. Windows color (decimal): -12964515 or 6106426. OLE color: 6106426.
HSL color Cylindrical-coordinate representation of color #3A2D5D: hue angle of 256.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A2D5D is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 45 | 93 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.64 |
| HSL | 256.25º | 0.35% | 0.27% | - |
| HSV(B) | 256.25º | 0.52% | 0.36% | - |
| XYZ | 4.66 | 3.57 | 10.8 | - |
| YUV | 54.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 93 | 0.38 | 0.52 | 0 | 0.64 | 256.25 | 0.35 | 0.27 |
| Hex | 3A | 2D | 5D | 26 | 34 | 0 | 40 | 100 | 23 | 1B |
| Octal | 72 | 55 | 135 | 46 | 64 | 0 | 100 | 400 | 43 | 33 |
| Binary | 111010 | 101101 | 1011101 | 100110 | 110100 | 0 | 1000000 | 100000000 | 100011 | 11011 |
Color Harmonies of #3A2D5D
Complementary color
Monochromatic Colors of #3A2D5D
Black with #3A2D5D
Text Example
Text Example
White with #3A2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D5D; }
p { color: rgb(58,45,93); }
H1.HeaderClassName
{
color: #3A2D5D;
}
.AnyTagClassName
{
color: #3A2D5D;
}
</style>
background-color css
<style>
a { background-color: #3A2D5D; }
a { background-color: rgb(58,45,93); }
div.DivClassName
{
background-color: #3A2D5D;
}
.BgClassName
{
background-color: #3A2D5D;
}
</style>
border-color css
<style>
span { border-color: #3A2D5D; }
span { border-color: rgb(58,45,93); }
td.TdClassName
{
border-color: #3A2D5D;
}
.TagClassName
{
border-color: #3A2D5D;
}
</style>