Shades of Jacarta #38295F
Tints of Jacarta #38295F
RGB
CMYK
RGB Variations
Color information
#38295F (or 0x38295F) is known color: Jacarta. HEX triplet: 38, 29 and 5F. RGB value is (56,41,95). Sum of RGB (Red+Green+Blue) = 56+41+95=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #38295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38295F is #C7D6A0. Grayscale: #333333. Windows color (decimal): -13096609 or 6236472. OLE color: 6236472.
HSL color Cylindrical-coordinate representation of color #38295F: hue angle of 256.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38295F is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 41 | 95 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.63 |
| HSL | 256.67º | 0.4% | 0.27% | - |
| HSV(B) | 256.67º | 0.57% | 0.37% | - |
| XYZ | 4.49 | 3.25 | 11.22 | - |
| YUV | 51.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 95 | 0.41 | 0.57 | 0 | 0.63 | 256.67 | 0.4 | 0.27 |
| Hex | 38 | 29 | 5F | 29 | 39 | 0 | 3F | 101 | 28 | 1B |
| Octal | 70 | 51 | 137 | 51 | 71 | 0 | 77 | 401 | 50 | 33 |
| Binary | 111000 | 101001 | 1011111 | 101001 | 111001 | 0 | 111111 | 100000001 | 101000 | 11011 |
Color Harmonies of #38295F
Complementary color
Monochromatic Colors of #38295F
Black with #38295F
Text Example
Text Example
White with #38295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38295F; }
p { color: rgb(56,41,95); }
H1.HeaderClassName
{
color: #38295F;
}
.AnyTagClassName
{
color: #38295F;
}
</style>
background-color css
<style>
a { background-color: #38295F; }
a { background-color: rgb(56,41,95); }
div.DivClassName
{
background-color: #38295F;
}
.BgClassName
{
background-color: #38295F;
}
</style>
border-color css
<style>
span { border-color: #38295F; }
span { border-color: rgb(56,41,95); }
td.TdClassName
{
border-color: #38295F;
}
.TagClassName
{
border-color: #38295F;
}
</style>