Shades of Jacarta #43345F
Tints of Jacarta #43345F
RGB
CMYK
RGB Variations
Color information
#43345F (or 0x43345F) is known color: Jacarta. HEX triplet: 43, 34 and 5F. RGB value is (67,52,95). Sum of RGB (Red+Green+Blue) = 67+52+95=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #43345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43345F is #BCCBA0. Grayscale: #3D3D3D. Windows color (decimal): -12372897 or 6239299. OLE color: 6239299.
HSL color Cylindrical-coordinate representation of color #43345F: hue angle of 260.93º 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 #43345F is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 52 | 95 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.63 |
| HSL | 260.93º | 0.29% | 0.29% | - |
| HSV(B) | 260.93º | 0.45% | 0.37% | - |
| XYZ | 5.61 | 4.48 | 11.39 | - |
| YUV | 61.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 95 | 0.29 | 0.45 | 0 | 0.63 | 260.93 | 0.29 | 0.29 |
| Hex | 43 | 34 | 5F | 1D | 2D | 0 | 3F | 105 | 1D | 1D |
| Octal | 103 | 64 | 137 | 35 | 55 | 0 | 77 | 405 | 35 | 35 |
| Binary | 1000011 | 110100 | 1011111 | 11101 | 101101 | 0 | 111111 | 100000101 | 11101 | 11101 |
Color Harmonies of #43345F
Complementary color
Monochromatic Colors of #43345F
Black with #43345F
Text Example
Text Example
White with #43345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43345F; }
p { color: rgb(67,52,95); }
H1.HeaderClassName
{
color: #43345F;
}
.AnyTagClassName
{
color: #43345F;
}
</style>
background-color css
<style>
a { background-color: #43345F; }
a { background-color: rgb(67,52,95); }
div.DivClassName
{
background-color: #43345F;
}
.BgClassName
{
background-color: #43345F;
}
</style>
border-color css
<style>
span { border-color: #43345F; }
span { border-color: rgb(67,52,95); }
td.TdClassName
{
border-color: #43345F;
}
.TagClassName
{
border-color: #43345F;
}
</style>