Shades of Jacarta #43345E
Tints of Jacarta #43345E
RGB
CMYK
RGB Variations
Color information
#43345E (or 0x43345E) is known color: Jacarta. HEX triplet: 43, 34 and 5E. RGB value is (67,52,94). Sum of RGB (Red+Green+Blue) = 67+52+94=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #43345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43345E is #BCCBA1. Grayscale: #3D3D3D. Windows color (decimal): -12372898 or 6173763. OLE color: 6173763.
HSL color Cylindrical-coordinate representation of color #43345E: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43345E is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 52 | 94 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.63 |
| HSL | 261.43º | 0.29% | 0.29% | - |
| HSV(B) | 261.43º | 0.45% | 0.37% | - |
| XYZ | 5.56 | 4.46 | 11.16 | - |
| YUV | 61.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 94 | 0.29 | 0.45 | 0 | 0.63 | 261.43 | 0.29 | 0.29 |
| Hex | 43 | 34 | 5E | 1D | 2D | 0 | 3F | 105 | 1D | 1D |
| Octal | 103 | 64 | 136 | 35 | 55 | 0 | 77 | 405 | 35 | 35 |
| Binary | 1000011 | 110100 | 1011110 | 11101 | 101101 | 0 | 111111 | 100000101 | 11101 | 11101 |
Color Harmonies of #43345E
Complementary color
Monochromatic Colors of #43345E
Black with #43345E
Text Example
Text Example
White with #43345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43345E; }
p { color: rgb(67,52,94); }
H1.HeaderClassName
{
color: #43345E;
}
.AnyTagClassName
{
color: #43345E;
}
</style>
background-color css
<style>
a { background-color: #43345E; }
a { background-color: rgb(67,52,94); }
div.DivClassName
{
background-color: #43345E;
}
.BgClassName
{
background-color: #43345E;
}
</style>
border-color css
<style>
span { border-color: #43345E; }
span { border-color: rgb(67,52,94); }
td.TdClassName
{
border-color: #43345E;
}
.TagClassName
{
border-color: #43345E;
}
</style>