Shades of Jacarta #43355D
Tints of Jacarta #43355D
RGB
CMYK
RGB Variations
Color information
#43355D (or 0x43355D) is known color: Jacarta. HEX triplet: 43, 35 and 5D. RGB value is (67,53,93). Sum of RGB (Red+Green+Blue) = 67+53+93=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #43355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355D is #BCCAA2. Grayscale: #3D3D3D. Windows color (decimal): -12372643 or 6108483. OLE color: 6108483.
HSL color Cylindrical-coordinate representation of color #43355D: hue angle of 261º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43355D is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 53 | 93 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.64 |
| HSL | 261º | 0.27% | 0.29% | - |
| HSV(B) | 261º | 0.43% | 0.36% | - |
| XYZ | 5.56 | 4.53 | 10.94 | - |
| YUV | 61.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 93 | 0.28 | 0.43 | 0 | 0.64 | 261 | 0.27 | 0.29 |
| Hex | 43 | 35 | 5D | 1C | 2B | 0 | 40 | 105 | 1B | 1D |
| Octal | 103 | 65 | 135 | 34 | 53 | 0 | 100 | 405 | 33 | 35 |
| Binary | 1000011 | 110101 | 1011101 | 11100 | 101011 | 0 | 1000000 | 100000101 | 11011 | 11101 |
Color Harmonies of #43355D
Complementary color
Monochromatic Colors of #43355D
Black with #43355D
Text Example
Text Example
White with #43355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43355D; }
p { color: rgb(67,53,93); }
H1.HeaderClassName
{
color: #43355D;
}
.AnyTagClassName
{
color: #43355D;
}
</style>
background-color css
<style>
a { background-color: #43355D; }
a { background-color: rgb(67,53,93); }
div.DivClassName
{
background-color: #43355D;
}
.BgClassName
{
background-color: #43355D;
}
</style>
border-color css
<style>
span { border-color: #43355D; }
span { border-color: rgb(67,53,93); }
td.TdClassName
{
border-color: #43355D;
}
.TagClassName
{
border-color: #43355D;
}
</style>