Shades of Jacarta #43355C
Tints of Jacarta #43355C
RGB
CMYK
RGB Variations
Color information
#43355C (or 0x43355C) is known color: Jacarta. HEX triplet: 43, 35 and 5C. RGB value is (67,53,92). Sum of RGB (Red+Green+Blue) = 67+53+92=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #43355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355C is #BCCAA3. Grayscale: #3D3D3D. Windows color (decimal): -12372644 or 6042947. OLE color: 6042947.
HSL color Cylindrical-coordinate representation of color #43355C: hue angle of 261.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #43355C is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 53 | 92 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.64 |
| HSL | 261.54º | 0.27% | 0.28% | - |
| HSV(B) | 261.54º | 0.42% | 0.36% | - |
| XYZ | 5.52 | 4.51 | 10.71 | - |
| YUV | 61.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 92 | 0.27 | 0.42 | 0 | 0.64 | 261.54 | 0.27 | 0.28 |
| Hex | 43 | 35 | 5C | 1B | 2A | 0 | 40 | 106 | 1B | 1C |
| Octal | 103 | 65 | 134 | 33 | 52 | 0 | 100 | 406 | 33 | 34 |
| Binary | 1000011 | 110101 | 1011100 | 11011 | 101010 | 0 | 1000000 | 100000110 | 11011 | 11100 |
Color Harmonies of #43355C
Complementary color
Monochromatic Colors of #43355C
Black with #43355C
Text Example
Text Example
White with #43355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43355C; }
p { color: rgb(67,53,92); }
H1.HeaderClassName
{
color: #43355C;
}
.AnyTagClassName
{
color: #43355C;
}
</style>
background-color css
<style>
a { background-color: #43355C; }
a { background-color: rgb(67,53,92); }
div.DivClassName
{
background-color: #43355C;
}
.BgClassName
{
background-color: #43355C;
}
</style>
border-color css
<style>
span { border-color: #43355C; }
span { border-color: rgb(67,53,92); }
td.TdClassName
{
border-color: #43355C;
}
.TagClassName
{
border-color: #43355C;
}
</style>