Shades of Jacarta #38315A
Tints of Jacarta #38315A
RGB
CMYK
RGB Variations
Color information
#38315A (or 0x38315A) is known color: Jacarta. HEX triplet: 38, 31 and 5A. RGB value is (56,49,90). Sum of RGB (Red+Green+Blue) = 56+49+90=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #38315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38315A is #C7CEA5. Grayscale: #373737. Windows color (decimal): -13094566 or 5910840. OLE color: 5910840.
HSL color Cylindrical-coordinate representation of color #38315A: hue angle of 250.24º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38315A is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 49 | 90 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.65 |
| HSL | 250.24º | 0.29% | 0.27% | - |
| HSV(B) | 250.24º | 0.46% | 0.35% | - |
| XYZ | 4.57 | 3.78 | 10.16 | - |
| YUV | 55.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 90 | 0.38 | 0.46 | 0 | 0.65 | 250.24 | 0.29 | 0.27 |
| Hex | 38 | 31 | 5A | 26 | 2E | 0 | 41 | FA | 1D | 1B |
| Octal | 70 | 61 | 132 | 46 | 56 | 0 | 101 | 372 | 35 | 33 |
| Binary | 111000 | 110001 | 1011010 | 100110 | 101110 | 0 | 1000001 | 11111010 | 11101 | 11011 |
Color Harmonies of #38315A
Complementary color
Monochromatic Colors of #38315A
Black with #38315A
Text Example
Text Example
White with #38315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38315A; }
p { color: rgb(56,49,90); }
H1.HeaderClassName
{
color: #38315A;
}
.AnyTagClassName
{
color: #38315A;
}
</style>
background-color css
<style>
a { background-color: #38315A; }
a { background-color: rgb(56,49,90); }
div.DivClassName
{
background-color: #38315A;
}
.BgClassName
{
background-color: #38315A;
}
</style>
border-color css
<style>
span { border-color: #38315A; }
span { border-color: rgb(56,49,90); }
td.TdClassName
{
border-color: #38315A;
}
.TagClassName
{
border-color: #38315A;
}
</style>