Shades of Jacarta #43365F
Tints of Jacarta #43365F
RGB
CMYK
RGB Variations
Color information
#43365F (or 0x43365F) is known color: Jacarta. HEX triplet: 43, 36 and 5F. RGB value is (67,54,95). Sum of RGB (Red+Green+Blue) = 67+54+95=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #43365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365F is #BCC9A0. Grayscale: #3E3E3E. Windows color (decimal): -12372385 or 6239811. OLE color: 6239811.
HSL color Cylindrical-coordinate representation of color #43365F: hue angle of 259.02º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43365F is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 54 | 95 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.63 |
| HSL | 259.02º | 0.28% | 0.29% | - |
| HSV(B) | 259.02º | 0.43% | 0.37% | - |
| XYZ | 5.7 | 4.66 | 11.43 | - |
| YUV | 62.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 95 | 0.29 | 0.43 | 0 | 0.63 | 259.02 | 0.28 | 0.29 |
| Hex | 43 | 36 | 5F | 1D | 2B | 0 | 3F | 103 | 1C | 1D |
| Octal | 103 | 66 | 137 | 35 | 53 | 0 | 77 | 403 | 34 | 35 |
| Binary | 1000011 | 110110 | 1011111 | 11101 | 101011 | 0 | 111111 | 100000011 | 11100 | 11101 |
Color Harmonies of #43365F
Complementary color
Monochromatic Colors of #43365F
Black with #43365F
Text Example
Text Example
White with #43365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43365F; }
p { color: rgb(67,54,95); }
H1.HeaderClassName
{
color: #43365F;
}
.AnyTagClassName
{
color: #43365F;
}
</style>
background-color css
<style>
a { background-color: #43365F; }
a { background-color: rgb(67,54,95); }
div.DivClassName
{
background-color: #43365F;
}
.BgClassName
{
background-color: #43365F;
}
</style>
border-color css
<style>
span { border-color: #43365F; }
span { border-color: rgb(67,54,95); }
td.TdClassName
{
border-color: #43365F;
}
.TagClassName
{
border-color: #43365F;
}
</style>