Shades of Jacarta #3E395B
Tints of Jacarta #3E395B
RGB
CMYK
RGB Variations
Color information
#3E395B (or 0x3E395B) is known color: Jacarta. HEX triplet: 3E, 39 and 5B. RGB value is (62,57,91). Sum of RGB (Red+Green+Blue) = 62+57+91=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E395B is #C1C6A4. Grayscale: #3E3E3E. Windows color (decimal): -12699301 or 5978430. OLE color: 5978430.
HSL color Cylindrical-coordinate representation of color #3E395B: hue angle of 248.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E395B is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 57 | 91 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.64 |
| HSL | 248.82º | 0.23% | 0.29% | - |
| HSV(B) | 248.82º | 0.37% | 0.36% | - |
| XYZ | 5.34 | 4.71 | 10.52 | - |
| YUV | 62.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 91 | 0.32 | 0.37 | 0 | 0.64 | 248.82 | 0.23 | 0.29 |
| Hex | 3E | 39 | 5B | 20 | 25 | 0 | 40 | F9 | 17 | 1D |
| Octal | 76 | 71 | 133 | 40 | 45 | 0 | 100 | 371 | 27 | 35 |
| Binary | 111110 | 111001 | 1011011 | 100000 | 100101 | 0 | 1000000 | 11111001 | 10111 | 11101 |
Color Harmonies of #3E395B
Complementary color
Monochromatic Colors of #3E395B
Black with #3E395B
Text Example
Text Example
White with #3E395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E395B; }
p { color: rgb(62,57,91); }
H1.HeaderClassName
{
color: #3E395B;
}
.AnyTagClassName
{
color: #3E395B;
}
</style>
background-color css
<style>
a { background-color: #3E395B; }
a { background-color: rgb(62,57,91); }
div.DivClassName
{
background-color: #3E395B;
}
.BgClassName
{
background-color: #3E395B;
}
</style>
border-color css
<style>
span { border-color: #3E395B; }
span { border-color: rgb(62,57,91); }
td.TdClassName
{
border-color: #3E395B;
}
.TagClassName
{
border-color: #3E395B;
}
</style>