Shades of Jacarta #43375A
Tints of Jacarta #43375A
RGB
CMYK
RGB Variations
Color information
#43375A (or 0x43375A) is known color: Jacarta. HEX triplet: 43, 37 and 5A. RGB value is (67,55,90). Sum of RGB (Red+Green+Blue) = 67+55+90=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #43375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43375A is #BCC8A5. Grayscale: #3E3E3E. Windows color (decimal): -12372134 or 5912387. OLE color: 5912387.
HSL color Cylindrical-coordinate representation of color #43375A: hue angle of 260.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43375A is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 55 | 90 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.65 |
| HSL | 260.57º | 0.24% | 0.28% | - |
| HSV(B) | 260.57º | 0.39% | 0.35% | - |
| XYZ | 5.53 | 4.66 | 10.28 | - |
| YUV | 62.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 90 | 0.26 | 0.39 | 0 | 0.65 | 260.57 | 0.24 | 0.28 |
| Hex | 43 | 37 | 5A | 1A | 27 | 0 | 41 | 105 | 18 | 1C |
| Octal | 103 | 67 | 132 | 32 | 47 | 0 | 101 | 405 | 30 | 34 |
| Binary | 1000011 | 110111 | 1011010 | 11010 | 100111 | 0 | 1000001 | 100000101 | 11000 | 11100 |
Color Harmonies of #43375A
Complementary color
Monochromatic Colors of #43375A
Black with #43375A
Text Example
Text Example
White with #43375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43375A; }
p { color: rgb(67,55,90); }
H1.HeaderClassName
{
color: #43375A;
}
.AnyTagClassName
{
color: #43375A;
}
</style>
background-color css
<style>
a { background-color: #43375A; }
a { background-color: rgb(67,55,90); }
div.DivClassName
{
background-color: #43375A;
}
.BgClassName
{
background-color: #43375A;
}
</style>
border-color css
<style>
span { border-color: #43375A; }
span { border-color: rgb(67,55,90); }
td.TdClassName
{
border-color: #43375A;
}
.TagClassName
{
border-color: #43375A;
}
</style>