Shades of Jacarta #43365B
Tints of Jacarta #43365B
RGB
CMYK
RGB Variations
Color information
#43365B (or 0x43365B) is known color: Jacarta. HEX triplet: 43, 36 and 5B. RGB value is (67,54,91). Sum of RGB (Red+Green+Blue) = 67+54+91=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #43365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43365B is #BCC9A4. Grayscale: #3D3D3D. Windows color (decimal): -12372389 or 5977667. OLE color: 5977667.
HSL color Cylindrical-coordinate representation of color #43365B: hue angle of 261.08º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43365B is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 54 | 91 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.64 |
| HSL | 261.08º | 0.26% | 0.28% | - |
| HSV(B) | 261.08º | 0.41% | 0.36% | - |
| XYZ | 5.52 | 4.59 | 10.49 | - |
| YUV | 62.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 91 | 0.26 | 0.41 | 0 | 0.64 | 261.08 | 0.26 | 0.28 |
| Hex | 43 | 36 | 5B | 1A | 29 | 0 | 40 | 105 | 1A | 1C |
| Octal | 103 | 66 | 133 | 32 | 51 | 0 | 100 | 405 | 32 | 34 |
| Binary | 1000011 | 110110 | 1011011 | 11010 | 101001 | 0 | 1000000 | 100000101 | 11010 | 11100 |
Color Harmonies of #43365B
Complementary color
Monochromatic Colors of #43365B
Black with #43365B
Text Example
Text Example
White with #43365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43365B; }
p { color: rgb(67,54,91); }
H1.HeaderClassName
{
color: #43365B;
}
.AnyTagClassName
{
color: #43365B;
}
</style>
background-color css
<style>
a { background-color: #43365B; }
a { background-color: rgb(67,54,91); }
div.DivClassName
{
background-color: #43365B;
}
.BgClassName
{
background-color: #43365B;
}
</style>
border-color css
<style>
span { border-color: #43365B; }
span { border-color: rgb(67,54,91); }
td.TdClassName
{
border-color: #43365B;
}
.TagClassName
{
border-color: #43365B;
}
</style>