Shades of Jacarta #43395B
Tints of Jacarta #43395B
RGB
CMYK
RGB Variations
Color information
#43395B (or 0x43395B) is known color: Jacarta. HEX triplet: 43, 39 and 5B. RGB value is (67,57,91). Sum of RGB (Red+Green+Blue) = 67+57+91=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #43395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43395B is #BCC6A4. Grayscale: #3F3F3F. Windows color (decimal): -12371621 or 5978435. OLE color: 5978435.
HSL color Cylindrical-coordinate representation of color #43395B: hue angle of 257.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43395B is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 57 | 91 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.64 |
| HSL | 257.65º | 0.23% | 0.29% | - |
| HSV(B) | 257.65º | 0.37% | 0.36% | - |
| XYZ | 5.67 | 4.87 | 10.54 | - |
| YUV | 63.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 91 | 0.26 | 0.37 | 0 | 0.64 | 257.65 | 0.23 | 0.29 |
| Hex | 43 | 39 | 5B | 1A | 25 | 0 | 40 | 102 | 17 | 1D |
| Octal | 103 | 71 | 133 | 32 | 45 | 0 | 100 | 402 | 27 | 35 |
| Binary | 1000011 | 111001 | 1011011 | 11010 | 100101 | 0 | 1000000 | 100000010 | 10111 | 11101 |
Color Harmonies of #43395B
Complementary color
Monochromatic Colors of #43395B
Black with #43395B
Text Example
Text Example
White with #43395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43395B; }
p { color: rgb(67,57,91); }
H1.HeaderClassName
{
color: #43395B;
}
.AnyTagClassName
{
color: #43395B;
}
</style>
background-color css
<style>
a { background-color: #43395B; }
a { background-color: rgb(67,57,91); }
div.DivClassName
{
background-color: #43395B;
}
.BgClassName
{
background-color: #43395B;
}
</style>
border-color css
<style>
span { border-color: #43395B; }
span { border-color: rgb(67,57,91); }
td.TdClassName
{
border-color: #43395B;
}
.TagClassName
{
border-color: #43395B;
}
</style>