Shades of Jacarta #38315C
Tints of Jacarta #38315C
RGB
CMYK
RGB Variations
Color information
#38315C (or 0x38315C) is known color: Jacarta. HEX triplet: 38, 31 and 5C. RGB value is (56,49,92). Sum of RGB (Red+Green+Blue) = 56+49+92=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #38315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38315C is #C7CEA3. Grayscale: #373737. Windows color (decimal): -13094564 or 6041912. OLE color: 6041912.
HSL color Cylindrical-coordinate representation of color #38315C: hue angle of 249.77º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38315C is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 49 | 92 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.64 |
| HSL | 249.77º | 0.3% | 0.28% | - |
| HSV(B) | 249.77º | 0.47% | 0.36% | - |
| XYZ | 4.66 | 3.81 | 10.61 | - |
| YUV | 56 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 92 | 0.39 | 0.47 | 0 | 0.64 | 249.77 | 0.3 | 0.28 |
| Hex | 38 | 31 | 5C | 27 | 2F | 0 | 40 | FA | 1E | 1C |
| Octal | 70 | 61 | 134 | 47 | 57 | 0 | 100 | 372 | 36 | 34 |
| Binary | 111000 | 110001 | 1011100 | 100111 | 101111 | 0 | 1000000 | 11111010 | 11110 | 11100 |
Color Harmonies of #38315C
Complementary color
Monochromatic Colors of #38315C
Black with #38315C
Text Example
Text Example
White with #38315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38315C; }
p { color: rgb(56,49,92); }
H1.HeaderClassName
{
color: #38315C;
}
.AnyTagClassName
{
color: #38315C;
}
</style>
background-color css
<style>
a { background-color: #38315C; }
a { background-color: rgb(56,49,92); }
div.DivClassName
{
background-color: #38315C;
}
.BgClassName
{
background-color: #38315C;
}
</style>
border-color css
<style>
span { border-color: #38315C; }
span { border-color: rgb(56,49,92); }
td.TdClassName
{
border-color: #38315C;
}
.TagClassName
{
border-color: #38315C;
}
</style>