Shades of Jacarta #382D5D
Tints of Jacarta #382D5D
RGB
CMYK
RGB Variations
Color information
#382D5D (or 0x382D5D) is known color: Jacarta. HEX triplet: 38, 2D and 5D. RGB value is (56,45,93). Sum of RGB (Red+Green+Blue) = 56+45+93=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 45 (17.97% from 255 or 23.20% 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 #382D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D5D is #C7D2A2. Grayscale: #353535. Windows color (decimal): -13095587 or 6106424. OLE color: 6106424.
HSL color Cylindrical-coordinate representation of color #382D5D: hue angle of 253.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382D5D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 45 | 93 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.64 |
| HSL | 253.75º | 0.35% | 0.27% | - |
| HSV(B) | 253.75º | 0.52% | 0.36% | - |
| XYZ | 4.55 | 3.51 | 10.79 | - |
| YUV | 53.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 93 | 0.40 | 0.52 | 0 | 0.64 | 253.75 | 0.35 | 0.27 |
| Hex | 38 | 2D | 5D | 28 | 34 | 0 | 40 | FE | 23 | 1B |
| Octal | 70 | 55 | 135 | 50 | 64 | 0 | 100 | 376 | 43 | 33 |
| Binary | 111000 | 101101 | 1011101 | 101000 | 110100 | 0 | 1000000 | 11111110 | 100011 | 11011 |
Color Harmonies of #382D5D
Complementary color
Monochromatic Colors of #382D5D
Black with #382D5D
Text Example
Text Example
White with #382D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D5D; }
p { color: rgb(56,45,93); }
H1.HeaderClassName
{
color: #382D5D;
}
.AnyTagClassName
{
color: #382D5D;
}
</style>
background-color css
<style>
a { background-color: #382D5D; }
a { background-color: rgb(56,45,93); }
div.DivClassName
{
background-color: #382D5D;
}
.BgClassName
{
background-color: #382D5D;
}
</style>
border-color css
<style>
span { border-color: #382D5D; }
span { border-color: rgb(56,45,93); }
td.TdClassName
{
border-color: #382D5D;
}
.TagClassName
{
border-color: #382D5D;
}
</style>