Shades of Jacarta #3B325D
Tints of Jacarta #3B325D
RGB
CMYK
RGB Variations
Color information
#3B325D (or 0x3B325D) is known color: Jacarta. HEX triplet: 3B, 32 and 5D. RGB value is (59,50,93). Sum of RGB (Red+Green+Blue) = 59+50+93=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B325D is #C4CDA2. Grayscale: #393939. Windows color (decimal): -12897699 or 6107707. OLE color: 6107707.
HSL color Cylindrical-coordinate representation of color #3B325D: hue angle of 252.56º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B325D is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 50 | 93 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.64 |
| HSL | 252.56º | 0.3% | 0.28% | - |
| HSV(B) | 252.56º | 0.46% | 0.36% | - |
| XYZ | 4.92 | 4 | 10.87 | - |
| YUV | 57.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 93 | 0.37 | 0.46 | 0 | 0.64 | 252.56 | 0.3 | 0.28 |
| Hex | 3B | 32 | 5D | 25 | 2E | 0 | 40 | FD | 1E | 1C |
| Octal | 73 | 62 | 135 | 45 | 56 | 0 | 100 | 375 | 36 | 34 |
| Binary | 111011 | 110010 | 1011101 | 100101 | 101110 | 0 | 1000000 | 11111101 | 11110 | 11100 |
Color Harmonies of #3B325D
Complementary color
Monochromatic Colors of #3B325D
Black with #3B325D
Text Example
Text Example
White with #3B325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B325D; }
p { color: rgb(59,50,93); }
H1.HeaderClassName
{
color: #3B325D;
}
.AnyTagClassName
{
color: #3B325D;
}
</style>
background-color css
<style>
a { background-color: #3B325D; }
a { background-color: rgb(59,50,93); }
div.DivClassName
{
background-color: #3B325D;
}
.BgClassName
{
background-color: #3B325D;
}
</style>
border-color css
<style>
span { border-color: #3B325D; }
span { border-color: rgb(59,50,93); }
td.TdClassName
{
border-color: #3B325D;
}
.TagClassName
{
border-color: #3B325D;
}
</style>