Shades of Jacarta #392C5D
Tints of Jacarta #392C5D
RGB
CMYK
RGB Variations
Color information
#392C5D (or 0x392C5D) is known color: Jacarta. HEX triplet: 39, 2C and 5D. RGB value is (57,44,93). Sum of RGB (Red+Green+Blue) = 57+44+93=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #392C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C5D is #C6D3A2. Grayscale: #353535. Windows color (decimal): -13030307 or 6106169. OLE color: 6106169.
HSL color Cylindrical-coordinate representation of color #392C5D: hue angle of 255.92º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392C5D is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 44 | 93 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.64 |
| HSL | 255.92º | 0.36% | 0.27% | - |
| HSV(B) | 255.92º | 0.53% | 0.36% | - |
| XYZ | 4.56 | 3.46 | 10.78 | - |
| YUV | 53.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 93 | 0.39 | 0.53 | 0 | 0.64 | 255.92 | 0.36 | 0.27 |
| Hex | 39 | 2C | 5D | 27 | 35 | 0 | 40 | 100 | 24 | 1B |
| Octal | 71 | 54 | 135 | 47 | 65 | 0 | 100 | 400 | 44 | 33 |
| Binary | 111001 | 101100 | 1011101 | 100111 | 110101 | 0 | 1000000 | 100000000 | 100100 | 11011 |
Color Harmonies of #392C5D
Complementary color
Monochromatic Colors of #392C5D
Black with #392C5D
Text Example
Text Example
White with #392C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C5D; }
p { color: rgb(57,44,93); }
H1.HeaderClassName
{
color: #392C5D;
}
.AnyTagClassName
{
color: #392C5D;
}
</style>
background-color css
<style>
a { background-color: #392C5D; }
a { background-color: rgb(57,44,93); }
div.DivClassName
{
background-color: #392C5D;
}
.BgClassName
{
background-color: #392C5D;
}
</style>
border-color css
<style>
span { border-color: #392C5D; }
span { border-color: rgb(57,44,93); }
td.TdClassName
{
border-color: #392C5D;
}
.TagClassName
{
border-color: #392C5D;
}
</style>