Shades of Jacarta #3E3162
Tints of Jacarta #3E3162
RGB
CMYK
RGB Variations
Color information
#3E3162 (or 0x3E3162) is known color: Jacarta. HEX triplet: 3E, 31 and 62. RGB value is (62,49,98). Sum of RGB (Red+Green+Blue) = 62+49+98=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3162 is #C1CE9D. Grayscale: #3A3A3A. Windows color (decimal): -12701342 or 6435134. OLE color: 6435134.
HSL color Cylindrical-coordinate representation of color #3E3162: hue angle of 255.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3162 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 49 | 98 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.62 |
| HSL | 255.92º | 0.33% | 0.29% | - |
| HSV(B) | 255.92º | 0.5% | 0.38% | - |
| XYZ | 5.29 | 4.1 | 12.07 | - |
| YUV | 58.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 98 | 0.37 | 0.5 | 0 | 0.62 | 255.92 | 0.33 | 0.29 |
| Hex | 3E | 31 | 62 | 25 | 32 | 0 | 3E | 100 | 21 | 1D |
| Octal | 76 | 61 | 142 | 45 | 62 | 0 | 76 | 400 | 41 | 35 |
| Binary | 111110 | 110001 | 1100010 | 100101 | 110010 | 0 | 111110 | 100000000 | 100001 | 11101 |
Color Harmonies of #3E3162
Complementary color
Monochromatic Colors of #3E3162
Black with #3E3162
Text Example
Text Example
White with #3E3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3162; }
p { color: rgb(62,49,98); }
H1.HeaderClassName
{
color: #3E3162;
}
.AnyTagClassName
{
color: #3E3162;
}
</style>
background-color css
<style>
a { background-color: #3E3162; }
a { background-color: rgb(62,49,98); }
div.DivClassName
{
background-color: #3E3162;
}
.BgClassName
{
background-color: #3E3162;
}
</style>
border-color css
<style>
span { border-color: #3E3162; }
span { border-color: rgb(62,49,98); }
td.TdClassName
{
border-color: #3E3162;
}
.TagClassName
{
border-color: #3E3162;
}
</style>