Shades of Jacarta #43355F
Tints of Jacarta #43355F
RGB
CMYK
RGB Variations
Color information
#43355F (or 0x43355F) is known color: Jacarta. HEX triplet: 43, 35 and 5F. RGB value is (67,53,95). Sum of RGB (Red+Green+Blue) = 67+53+95=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #43355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355F is #BCCAA0. Grayscale: #3D3D3D. Windows color (decimal): -12372641 or 6239555. OLE color: 6239555.
HSL color Cylindrical-coordinate representation of color #43355F: hue angle of 260º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43355F is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 53 | 95 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.63 |
| HSL | 260º | 0.28% | 0.29% | - |
| HSV(B) | 260º | 0.44% | 0.37% | - |
| XYZ | 5.65 | 4.57 | 11.41 | - |
| YUV | 61.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 95 | 0.29 | 0.44 | 0 | 0.63 | 260 | 0.28 | 0.29 |
| Hex | 43 | 35 | 5F | 1D | 2C | 0 | 3F | 104 | 1C | 1D |
| Octal | 103 | 65 | 137 | 35 | 54 | 0 | 77 | 404 | 34 | 35 |
| Binary | 1000011 | 110101 | 1011111 | 11101 | 101100 | 0 | 111111 | 100000100 | 11100 | 11101 |
Color Harmonies of #43355F
Complementary color
Monochromatic Colors of #43355F
Black with #43355F
Text Example
Text Example
White with #43355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43355F; }
p { color: rgb(67,53,95); }
H1.HeaderClassName
{
color: #43355F;
}
.AnyTagClassName
{
color: #43355F;
}
</style>
background-color css
<style>
a { background-color: #43355F; }
a { background-color: rgb(67,53,95); }
div.DivClassName
{
background-color: #43355F;
}
.BgClassName
{
background-color: #43355F;
}
</style>
border-color css
<style>
span { border-color: #43355F; }
span { border-color: rgb(67,53,95); }
td.TdClassName
{
border-color: #43355F;
}
.TagClassName
{
border-color: #43355F;
}
</style>