Shades of Jacarta #3A2F5D
Tints of Jacarta #3A2F5D
RGB
CMYK
RGB Variations
Color information
#3A2F5D (or 0x3A2F5D) is known color: Jacarta. HEX triplet: 3A, 2F and 5D. RGB value is (58,47,93). Sum of RGB (Red+Green+Blue) = 58+47+93=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F5D is #C5D0A2. Grayscale: #373737. Windows color (decimal): -12964003 or 6106938. OLE color: 6106938.
HSL color Cylindrical-coordinate representation of color #3A2F5D: hue angle of 254.35º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A2F5D is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 47 | 93 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.64 |
| HSL | 254.35º | 0.33% | 0.27% | - |
| HSV(B) | 254.35º | 0.49% | 0.36% | - |
| XYZ | 4.74 | 3.72 | 10.82 | - |
| YUV | 55.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 93 | 0.38 | 0.49 | 0 | 0.64 | 254.35 | 0.33 | 0.27 |
| Hex | 3A | 2F | 5D | 26 | 31 | 0 | 40 | FE | 21 | 1B |
| Octal | 72 | 57 | 135 | 46 | 61 | 0 | 100 | 376 | 41 | 33 |
| Binary | 111010 | 101111 | 1011101 | 100110 | 110001 | 0 | 1000000 | 11111110 | 100001 | 11011 |
Color Harmonies of #3A2F5D
Complementary color
Monochromatic Colors of #3A2F5D
Black with #3A2F5D
Text Example
Text Example
White with #3A2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F5D; }
p { color: rgb(58,47,93); }
H1.HeaderClassName
{
color: #3A2F5D;
}
.AnyTagClassName
{
color: #3A2F5D;
}
</style>
background-color css
<style>
a { background-color: #3A2F5D; }
a { background-color: rgb(58,47,93); }
div.DivClassName
{
background-color: #3A2F5D;
}
.BgClassName
{
background-color: #3A2F5D;
}
</style>
border-color css
<style>
span { border-color: #3A2F5D; }
span { border-color: rgb(58,47,93); }
td.TdClassName
{
border-color: #3A2F5D;
}
.TagClassName
{
border-color: #3A2F5D;
}
</style>