Shades of Jacarta #39325B
Tints of Jacarta #39325B
RGB
CMYK
RGB Variations
Color information
#39325B (or 0x39325B) is known color: Jacarta. HEX triplet: 39, 32 and 5B. RGB value is (57,50,91). Sum of RGB (Red+Green+Blue) = 57+50+91=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #39325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39325B is #C6CDA4. Grayscale: #383838. Windows color (decimal): -13028773 or 5976633. OLE color: 5976633.
HSL color Cylindrical-coordinate representation of color #39325B: hue angle of 250.24º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #39325B is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 50 | 91 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.64 |
| HSL | 250.24º | 0.29% | 0.28% | - |
| HSV(B) | 250.24º | 0.45% | 0.36% | - |
| XYZ | 4.72 | 3.91 | 10.4 | - |
| YUV | 56.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 91 | 0.37 | 0.45 | 0 | 0.64 | 250.24 | 0.29 | 0.28 |
| Hex | 39 | 32 | 5B | 25 | 2D | 0 | 40 | FA | 1D | 1C |
| Octal | 71 | 62 | 133 | 45 | 55 | 0 | 100 | 372 | 35 | 34 |
| Binary | 111001 | 110010 | 1011011 | 100101 | 101101 | 0 | 1000000 | 11111010 | 11101 | 11100 |
Color Harmonies of #39325B
Complementary color
Monochromatic Colors of #39325B
Black with #39325B
Text Example
Text Example
White with #39325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39325B; }
p { color: rgb(57,50,91); }
H1.HeaderClassName
{
color: #39325B;
}
.AnyTagClassName
{
color: #39325B;
}
</style>
background-color css
<style>
a { background-color: #39325B; }
a { background-color: rgb(57,50,91); }
div.DivClassName
{
background-color: #39325B;
}
.BgClassName
{
background-color: #39325B;
}
</style>
border-color css
<style>
span { border-color: #39325B; }
span { border-color: rgb(57,50,91); }
td.TdClassName
{
border-color: #39325B;
}
.TagClassName
{
border-color: #39325B;
}
</style>