Shades of Jacarta #392B5F
Tints of Jacarta #392B5F
RGB
CMYK
RGB Variations
Color information
#392B5F (or 0x392B5F) is known color: Jacarta. HEX triplet: 39, 2B and 5F. RGB value is (57,43,95). Sum of RGB (Red+Green+Blue) = 57+43+95=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #392B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B5F is #C6D4A0. Grayscale: #343434. Windows color (decimal): -13030561 or 6236985. OLE color: 6236985.
HSL color Cylindrical-coordinate representation of color #392B5F: hue angle of 256.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #392B5F is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 43 | 95 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.63 |
| HSL | 256.15º | 0.38% | 0.27% | - |
| HSV(B) | 256.15º | 0.55% | 0.37% | - |
| XYZ | 4.62 | 3.42 | 11.24 | - |
| YUV | 53.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 95 | 0.40 | 0.55 | 0 | 0.63 | 256.15 | 0.38 | 0.27 |
| Hex | 39 | 2B | 5F | 28 | 37 | 0 | 3F | 100 | 26 | 1B |
| Octal | 71 | 53 | 137 | 50 | 67 | 0 | 77 | 400 | 46 | 33 |
| Binary | 111001 | 101011 | 1011111 | 101000 | 110111 | 0 | 111111 | 100000000 | 100110 | 11011 |
Color Harmonies of #392B5F
Complementary color
Monochromatic Colors of #392B5F
Black with #392B5F
Text Example
Text Example
White with #392B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B5F; }
p { color: rgb(57,43,95); }
H1.HeaderClassName
{
color: #392B5F;
}
.AnyTagClassName
{
color: #392B5F;
}
</style>
background-color css
<style>
a { background-color: #392B5F; }
a { background-color: rgb(57,43,95); }
div.DivClassName
{
background-color: #392B5F;
}
.BgClassName
{
background-color: #392B5F;
}
</style>
border-color css
<style>
span { border-color: #392B5F; }
span { border-color: rgb(57,43,95); }
td.TdClassName
{
border-color: #392B5F;
}
.TagClassName
{
border-color: #392B5F;
}
</style>