Shades of Jacarta #382B5C
Tints of Jacarta #382B5C
RGB
CMYK
RGB Variations
Color information
#382B5C (or 0x382B5C) is known color: Jacarta. HEX triplet: 38, 2B and 5C. RGB value is (56,43,92). Sum of RGB (Red+Green+Blue) = 56+43+92=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #382B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B5C is #C7D4A3. Grayscale: #343434. Windows color (decimal): -13096100 or 6040376. OLE color: 6040376.
HSL color Cylindrical-coordinate representation of color #382B5C: hue angle of 255.92º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382B5C is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 43 | 92 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.64 |
| HSL | 255.92º | 0.36% | 0.26% | - |
| HSV(B) | 255.92º | 0.53% | 0.36% | - |
| XYZ | 4.43 | 3.34 | 10.54 | - |
| YUV | 52.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 92 | 0.39 | 0.53 | 0 | 0.64 | 255.92 | 0.36 | 0.26 |
| Hex | 38 | 2B | 5C | 27 | 35 | 0 | 40 | 100 | 24 | 1A |
| Octal | 70 | 53 | 134 | 47 | 65 | 0 | 100 | 400 | 44 | 32 |
| Binary | 111000 | 101011 | 1011100 | 100111 | 110101 | 0 | 1000000 | 100000000 | 100100 | 11010 |
Color Harmonies of #382B5C
Complementary color
Monochromatic Colors of #382B5C
Black with #382B5C
Text Example
Text Example
White with #382B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B5C; }
p { color: rgb(56,43,92); }
H1.HeaderClassName
{
color: #382B5C;
}
.AnyTagClassName
{
color: #382B5C;
}
</style>
background-color css
<style>
a { background-color: #382B5C; }
a { background-color: rgb(56,43,92); }
div.DivClassName
{
background-color: #382B5C;
}
.BgClassName
{
background-color: #382B5C;
}
</style>
border-color css
<style>
span { border-color: #382B5C; }
span { border-color: rgb(56,43,92); }
td.TdClassName
{
border-color: #382B5C;
}
.TagClassName
{
border-color: #382B5C;
}
</style>