Shades of Jacarta #3C2B5B
Tints of Jacarta #3C2B5B
RGB
CMYK
RGB Variations
Color information
#3C2B5B (or 0x3C2B5B) is known color: Jacarta. HEX triplet: 3C, 2B and 5B. RGB value is (60,43,91). Sum of RGB (Red+Green+Blue) = 60+43+91=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C2B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B5B is #C3D4A4. Grayscale: #353535. Windows color (decimal): -12833957 or 5974844. OLE color: 5974844.
HSL color Cylindrical-coordinate representation of color #3C2B5B: hue angle of 261.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C2B5B is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 43 | 91 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.64 |
| HSL | 261.25º | 0.36% | 0.26% | - |
| HSV(B) | 261.25º | 0.53% | 0.36% | - |
| XYZ | 4.62 | 3.44 | 10.32 | - |
| YUV | 53.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 91 | 0.34 | 0.53 | 0 | 0.64 | 261.25 | 0.36 | 0.26 |
| Hex | 3C | 2B | 5B | 22 | 35 | 0 | 40 | 105 | 24 | 1A |
| Octal | 74 | 53 | 133 | 42 | 65 | 0 | 100 | 405 | 44 | 32 |
| Binary | 111100 | 101011 | 1011011 | 100010 | 110101 | 0 | 1000000 | 100000101 | 100100 | 11010 |
Color Harmonies of #3C2B5B
Complementary color
Monochromatic Colors of #3C2B5B
Black with #3C2B5B
Text Example
Text Example
White with #3C2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B5B; }
p { color: rgb(60,43,91); }
H1.HeaderClassName
{
color: #3C2B5B;
}
.AnyTagClassName
{
color: #3C2B5B;
}
</style>
background-color css
<style>
a { background-color: #3C2B5B; }
a { background-color: rgb(60,43,91); }
div.DivClassName
{
background-color: #3C2B5B;
}
.BgClassName
{
background-color: #3C2B5B;
}
</style>
border-color css
<style>
span { border-color: #3C2B5B; }
span { border-color: rgb(60,43,91); }
td.TdClassName
{
border-color: #3C2B5B;
}
.TagClassName
{
border-color: #3C2B5B;
}
</style>