Shades of Jacarta #3E325D
Tints of Jacarta #3E325D
RGB
CMYK
RGB Variations
Color information
#3E325D (or 0x3E325D) is known color: Jacarta. HEX triplet: 3E, 32 and 5D. RGB value is (62,50,93). Sum of RGB (Red+Green+Blue) = 62+50+93=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E325D is #C1CDA2. Grayscale: #3A3A3A. Windows color (decimal): -12701091 or 6107710. OLE color: 6107710.
HSL color Cylindrical-coordinate representation of color #3E325D: hue angle of 256.74º 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 #3E325D is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 50 | 93 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.64 |
| HSL | 256.74º | 0.3% | 0.28% | - |
| HSV(B) | 256.74º | 0.46% | 0.36% | - |
| XYZ | 5.1 | 4.1 | 10.88 | - |
| YUV | 58.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 93 | 0.33 | 0.46 | 0 | 0.64 | 256.74 | 0.3 | 0.28 |
| Hex | 3E | 32 | 5D | 21 | 2E | 0 | 40 | 101 | 1E | 1C |
| Octal | 76 | 62 | 135 | 41 | 56 | 0 | 100 | 401 | 36 | 34 |
| Binary | 111110 | 110010 | 1011101 | 100001 | 101110 | 0 | 1000000 | 100000001 | 11110 | 11100 |
Color Harmonies of #3E325D
Complementary color
Monochromatic Colors of #3E325D
Black with #3E325D
Text Example
Text Example
White with #3E325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E325D; }
p { color: rgb(62,50,93); }
H1.HeaderClassName
{
color: #3E325D;
}
.AnyTagClassName
{
color: #3E325D;
}
</style>
background-color css
<style>
a { background-color: #3E325D; }
a { background-color: rgb(62,50,93); }
div.DivClassName
{
background-color: #3E325D;
}
.BgClassName
{
background-color: #3E325D;
}
</style>
border-color css
<style>
span { border-color: #3E325D; }
span { border-color: rgb(62,50,93); }
td.TdClassName
{
border-color: #3E325D;
}
.TagClassName
{
border-color: #3E325D;
}
</style>