Shades of Jacarta #3B2B61
Tints of Jacarta #3B2B61
RGB
CMYK
RGB Variations
Color information
#3B2B61 (or 0x3B2B61) is known color: Jacarta. HEX triplet: 3B, 2B and 61. RGB value is (59,43,97). Sum of RGB (Red+Green+Blue) = 59+43+97=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B2B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B61 is #C4D49E. Grayscale: #353535. Windows color (decimal): -12899487 or 6368059. OLE color: 6368059.
HSL color Cylindrical-coordinate representation of color #3B2B61: 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 #3B2B61 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 43 | 97 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.62 |
| HSL | 257.78º | 0.39% | 0.27% | - |
| HSV(B) | 257.78º | 0.56% | 0.38% | - |
| XYZ | 4.83 | 3.52 | 11.73 | - |
| YUV | 53.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 97 | 0.39 | 0.56 | 0 | 0.62 | 257.78 | 0.39 | 0.27 |
| Hex | 3B | 2B | 61 | 27 | 38 | 0 | 3E | 102 | 27 | 1B |
| Octal | 73 | 53 | 141 | 47 | 70 | 0 | 76 | 402 | 47 | 33 |
| Binary | 111011 | 101011 | 1100001 | 100111 | 111000 | 0 | 111110 | 100000010 | 100111 | 11011 |
Color Harmonies of #3B2B61
Complementary color
Monochromatic Colors of #3B2B61
Black with #3B2B61
Text Example
Text Example
White with #3B2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B61; }
p { color: rgb(59,43,97); }
H1.HeaderClassName
{
color: #3B2B61;
}
.AnyTagClassName
{
color: #3B2B61;
}
</style>
background-color css
<style>
a { background-color: #3B2B61; }
a { background-color: rgb(59,43,97); }
div.DivClassName
{
background-color: #3B2B61;
}
.BgClassName
{
background-color: #3B2B61;
}
</style>
border-color css
<style>
span { border-color: #3B2B61; }
span { border-color: rgb(59,43,97); }
td.TdClassName
{
border-color: #3B2B61;
}
.TagClassName
{
border-color: #3B2B61;
}
</style>