Shades of Jacarta #43395D
Tints of Jacarta #43395D
RGB
CMYK
RGB Variations
Color information
#43395D (or 0x43395D) is known color: Jacarta. HEX triplet: 43, 39 and 5D. RGB value is (67,57,93). Sum of RGB (Red+Green+Blue) = 67+57+93=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #43395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43395D is #BCC6A2. Grayscale: #3F3F3F. Windows color (decimal): -12371619 or 6109507. OLE color: 6109507.
HSL color Cylindrical-coordinate representation of color #43395D: hue angle of 256.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43395D is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 57 | 93 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.64 |
| HSL | 256.67º | 0.24% | 0.29% | - |
| HSV(B) | 256.67º | 0.39% | 0.36% | - |
| XYZ | 5.75 | 4.91 | 11 | - |
| YUV | 64.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 93 | 0.28 | 0.39 | 0 | 0.64 | 256.67 | 0.24 | 0.29 |
| Hex | 43 | 39 | 5D | 1C | 27 | 0 | 40 | 101 | 18 | 1D |
| Octal | 103 | 71 | 135 | 34 | 47 | 0 | 100 | 401 | 30 | 35 |
| Binary | 1000011 | 111001 | 1011101 | 11100 | 100111 | 0 | 1000000 | 100000001 | 11000 | 11101 |
Color Harmonies of #43395D
Complementary color
Monochromatic Colors of #43395D
Black with #43395D
Text Example
Text Example
White with #43395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43395D; }
p { color: rgb(67,57,93); }
H1.HeaderClassName
{
color: #43395D;
}
.AnyTagClassName
{
color: #43395D;
}
</style>
background-color css
<style>
a { background-color: #43395D; }
a { background-color: rgb(67,57,93); }
div.DivClassName
{
background-color: #43395D;
}
.BgClassName
{
background-color: #43395D;
}
</style>
border-color css
<style>
span { border-color: #43395D; }
span { border-color: rgb(67,57,93); }
td.TdClassName
{
border-color: #43395D;
}
.TagClassName
{
border-color: #43395D;
}
</style>