Shades of Jacarta #39325C
Tints of Jacarta #39325C
RGB
CMYK
RGB Variations
Color information
#39325C (or 0x39325C) is known color: Jacarta. HEX triplet: 39, 32 and 5C. RGB value is (57,50,92). Sum of RGB (Red+Green+Blue) = 57+50+92=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #39325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39325C is #C6CDA3. Grayscale: #383838. Windows color (decimal): -13028772 or 6042169. OLE color: 6042169.
HSL color Cylindrical-coordinate representation of color #39325C: hue angle of 250º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39325C is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 50 | 92 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.64 |
| HSL | 250º | 0.3% | 0.28% | - |
| HSV(B) | 250º | 0.46% | 0.36% | - |
| XYZ | 4.76 | 3.92 | 10.63 | - |
| YUV | 56.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 92 | 0.38 | 0.46 | 0 | 0.64 | 250 | 0.3 | 0.28 |
| Hex | 39 | 32 | 5C | 26 | 2E | 0 | 40 | FA | 1E | 1C |
| Octal | 71 | 62 | 134 | 46 | 56 | 0 | 100 | 372 | 36 | 34 |
| Binary | 111001 | 110010 | 1011100 | 100110 | 101110 | 0 | 1000000 | 11111010 | 11110 | 11100 |
Color Harmonies of #39325C
Complementary color
Monochromatic Colors of #39325C
Black with #39325C
Text Example
Text Example
White with #39325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39325C; }
p { color: rgb(57,50,92); }
H1.HeaderClassName
{
color: #39325C;
}
.AnyTagClassName
{
color: #39325C;
}
</style>
background-color css
<style>
a { background-color: #39325C; }
a { background-color: rgb(57,50,92); }
div.DivClassName
{
background-color: #39325C;
}
.BgClassName
{
background-color: #39325C;
}
</style>
border-color css
<style>
span { border-color: #39325C; }
span { border-color: rgb(57,50,92); }
td.TdClassName
{
border-color: #39325C;
}
.TagClassName
{
border-color: #39325C;
}
</style>