Shades of Jacarta #43335E
Tints of Jacarta #43335E
RGB
CMYK
RGB Variations
Color information
#43335E (or 0x43335E) is known color: Jacarta. HEX triplet: 43, 33 and 5E. RGB value is (67,51,94). Sum of RGB (Red+Green+Blue) = 67+51+94=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #43335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43335E is #BCCCA1. Grayscale: #3C3C3C. Windows color (decimal): -12373154 or 6173507. OLE color: 6173507.
HSL color Cylindrical-coordinate representation of color #43335E: hue angle of 262.33º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43335E is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 51 | 94 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.63 |
| HSL | 262.33º | 0.3% | 0.28% | - |
| HSV(B) | 262.33º | 0.46% | 0.37% | - |
| XYZ | 5.52 | 4.37 | 11.14 | - |
| YUV | 60.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 94 | 0.29 | 0.46 | 0 | 0.63 | 262.33 | 0.3 | 0.28 |
| Hex | 43 | 33 | 5E | 1D | 2E | 0 | 3F | 106 | 1E | 1C |
| Octal | 103 | 63 | 136 | 35 | 56 | 0 | 77 | 406 | 36 | 34 |
| Binary | 1000011 | 110011 | 1011110 | 11101 | 101110 | 0 | 111111 | 100000110 | 11110 | 11100 |
Color Harmonies of #43335E
Complementary color
Monochromatic Colors of #43335E
Black with #43335E
Text Example
Text Example
White with #43335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43335E; }
p { color: rgb(67,51,94); }
H1.HeaderClassName
{
color: #43335E;
}
.AnyTagClassName
{
color: #43335E;
}
</style>
background-color css
<style>
a { background-color: #43335E; }
a { background-color: rgb(67,51,94); }
div.DivClassName
{
background-color: #43335E;
}
.BgClassName
{
background-color: #43335E;
}
</style>
border-color css
<style>
span { border-color: #43335E; }
span { border-color: rgb(67,51,94); }
td.TdClassName
{
border-color: #43335E;
}
.TagClassName
{
border-color: #43335E;
}
</style>