Shades of Jacarta #3E2C5B
Tints of Jacarta #3E2C5B
RGB
CMYK
RGB Variations
Color information
#3E2C5B (or 0x3E2C5B) is known color: Jacarta. HEX triplet: 3E, 2C and 5B. RGB value is (62,44,91). Sum of RGB (Red+Green+Blue) = 62+44+91=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E2C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C5B is #C1D3A4. Grayscale: #363636. Windows color (decimal): -12702629 or 5975102. OLE color: 5975102.
HSL color Cylindrical-coordinate representation of color #3E2C5B: hue angle of 262.98º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E2C5B is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 44 | 91 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.64 |
| HSL | 262.98º | 0.35% | 0.26% | - |
| HSV(B) | 262.98º | 0.52% | 0.36% | - |
| XYZ | 4.78 | 3.58 | 10.34 | - |
| YUV | 54.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 91 | 0.32 | 0.52 | 0 | 0.64 | 262.98 | 0.35 | 0.26 |
| Hex | 3E | 2C | 5B | 20 | 34 | 0 | 40 | 107 | 23 | 1A |
| Octal | 76 | 54 | 133 | 40 | 64 | 0 | 100 | 407 | 43 | 32 |
| Binary | 111110 | 101100 | 1011011 | 100000 | 110100 | 0 | 1000000 | 100000111 | 100011 | 11010 |
Color Harmonies of #3E2C5B
Complementary color
Monochromatic Colors of #3E2C5B
Black with #3E2C5B
Text Example
Text Example
White with #3E2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C5B; }
p { color: rgb(62,44,91); }
H1.HeaderClassName
{
color: #3E2C5B;
}
.AnyTagClassName
{
color: #3E2C5B;
}
</style>
background-color css
<style>
a { background-color: #3E2C5B; }
a { background-color: rgb(62,44,91); }
div.DivClassName
{
background-color: #3E2C5B;
}
.BgClassName
{
background-color: #3E2C5B;
}
</style>
border-color css
<style>
span { border-color: #3E2C5B; }
span { border-color: rgb(62,44,91); }
td.TdClassName
{
border-color: #3E2C5B;
}
.TagClassName
{
border-color: #3E2C5B;
}
</style>