Shades of Jacarta #392E5F
Tints of Jacarta #392E5F
RGB
CMYK
RGB Variations
Color information
#392E5F (or 0x392E5F) is known color: Jacarta. HEX triplet: 39, 2E and 5F. RGB value is (57,46,95). Sum of RGB (Red+Green+Blue) = 57+46+95=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #392E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E5F is #C6D1A0. Grayscale: #363636. Windows color (decimal): -13029793 or 6237753. OLE color: 6237753.
HSL color Cylindrical-coordinate representation of color #392E5F: hue angle of 253.47º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #392E5F is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 46 | 95 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.63 |
| HSL | 253.47º | 0.35% | 0.28% | - |
| HSV(B) | 253.47º | 0.52% | 0.37% | - |
| XYZ | 4.73 | 3.65 | 11.28 | - |
| YUV | 54.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 95 | 0.40 | 0.52 | 0 | 0.63 | 253.47 | 0.35 | 0.28 |
| Hex | 39 | 2E | 5F | 28 | 34 | 0 | 3F | FD | 23 | 1C |
| Octal | 71 | 56 | 137 | 50 | 64 | 0 | 77 | 375 | 43 | 34 |
| Binary | 111001 | 101110 | 1011111 | 101000 | 110100 | 0 | 111111 | 11111101 | 100011 | 11100 |
Color Harmonies of #392E5F
Complementary color
Monochromatic Colors of #392E5F
Black with #392E5F
Text Example
Text Example
White with #392E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E5F; }
p { color: rgb(57,46,95); }
H1.HeaderClassName
{
color: #392E5F;
}
.AnyTagClassName
{
color: #392E5F;
}
</style>
background-color css
<style>
a { background-color: #392E5F; }
a { background-color: rgb(57,46,95); }
div.DivClassName
{
background-color: #392E5F;
}
.BgClassName
{
background-color: #392E5F;
}
</style>
border-color css
<style>
span { border-color: #392E5F; }
span { border-color: rgb(57,46,95); }
td.TdClassName
{
border-color: #392E5F;
}
.TagClassName
{
border-color: #392E5F;
}
</style>