Shades of Jacarta #382F5B
Tints of Jacarta #382F5B
RGB
CMYK
RGB Variations
Color information
#382F5B (or 0x382F5B) is known color: Jacarta. HEX triplet: 38, 2F and 5B. RGB value is (56,47,91). Sum of RGB (Red+Green+Blue) = 56+47+91=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #382F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F5B is #C7D0A4. Grayscale: #363636. Windows color (decimal): -13095077 or 5975864. OLE color: 5975864.
HSL color Cylindrical-coordinate representation of color #382F5B: hue angle of 252.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382F5B is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 47 | 91 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.64 |
| HSL | 252.27º | 0.32% | 0.27% | - |
| HSV(B) | 252.27º | 0.48% | 0.36% | - |
| XYZ | 4.54 | 3.63 | 10.36 | - |
| YUV | 54.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 91 | 0.38 | 0.48 | 0 | 0.64 | 252.27 | 0.32 | 0.27 |
| Hex | 38 | 2F | 5B | 26 | 30 | 0 | 40 | FC | 20 | 1B |
| Octal | 70 | 57 | 133 | 46 | 60 | 0 | 100 | 374 | 40 | 33 |
| Binary | 111000 | 101111 | 1011011 | 100110 | 110000 | 0 | 1000000 | 11111100 | 100000 | 11011 |
Color Harmonies of #382F5B
Complementary color
Monochromatic Colors of #382F5B
Black with #382F5B
Text Example
Text Example
White with #382F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F5B; }
p { color: rgb(56,47,91); }
H1.HeaderClassName
{
color: #382F5B;
}
.AnyTagClassName
{
color: #382F5B;
}
</style>
background-color css
<style>
a { background-color: #382F5B; }
a { background-color: rgb(56,47,91); }
div.DivClassName
{
background-color: #382F5B;
}
.BgClassName
{
background-color: #382F5B;
}
</style>
border-color css
<style>
span { border-color: #382F5B; }
span { border-color: rgb(56,47,91); }
td.TdClassName
{
border-color: #382F5B;
}
.TagClassName
{
border-color: #382F5B;
}
</style>