Shades of Jacarta #43365C
Tints of Jacarta #43365C
RGB
CMYK
RGB Variations
Color information
#43365C (or 0x43365C) is known color: Jacarta. HEX triplet: 43, 36 and 5C. RGB value is (67,54,92). Sum of RGB (Red+Green+Blue) = 67+54+92=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #43365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365C is #BCC9A3. Grayscale: #3E3E3E. Windows color (decimal): -12372388 or 6043203. OLE color: 6043203.
HSL color Cylindrical-coordinate representation of color #43365C: hue angle of 260.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43365C is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 54 | 92 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.64 |
| HSL | 260.53º | 0.26% | 0.29% | - |
| HSV(B) | 260.53º | 0.41% | 0.36% | - |
| XYZ | 5.57 | 4.6 | 10.72 | - |
| YUV | 62.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 92 | 0.27 | 0.41 | 0 | 0.64 | 260.53 | 0.26 | 0.29 |
| Hex | 43 | 36 | 5C | 1B | 29 | 0 | 40 | 105 | 1A | 1D |
| Octal | 103 | 66 | 134 | 33 | 51 | 0 | 100 | 405 | 32 | 35 |
| Binary | 1000011 | 110110 | 1011100 | 11011 | 101001 | 0 | 1000000 | 100000101 | 11010 | 11101 |
Color Harmonies of #43365C
Complementary color
Monochromatic Colors of #43365C
Black with #43365C
Text Example
Text Example
White with #43365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43365C; }
p { color: rgb(67,54,92); }
H1.HeaderClassName
{
color: #43365C;
}
.AnyTagClassName
{
color: #43365C;
}
</style>
background-color css
<style>
a { background-color: #43365C; }
a { background-color: rgb(67,54,92); }
div.DivClassName
{
background-color: #43365C;
}
.BgClassName
{
background-color: #43365C;
}
</style>
border-color css
<style>
span { border-color: #43365C; }
span { border-color: rgb(67,54,92); }
td.TdClassName
{
border-color: #43365C;
}
.TagClassName
{
border-color: #43365C;
}
</style>