Shades of Jacarta #43355A
Tints of Jacarta #43355A
RGB
CMYK
RGB Variations
Color information
#43355A (or 0x43355A) is known color: Jacarta. HEX triplet: 43, 35 and 5A. RGB value is (67,53,90). Sum of RGB (Red+Green+Blue) = 67+53+90=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #43355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43355A is #BCCAA5. Grayscale: #3D3D3D. Windows color (decimal): -12372646 or 5911875. OLE color: 5911875.
HSL color Cylindrical-coordinate representation of color #43355A: hue angle of 262.7º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43355A is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 53 | 90 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.65 |
| HSL | 262.7º | 0.26% | 0.28% | - |
| HSV(B) | 262.7º | 0.41% | 0.35% | - |
| XYZ | 5.43 | 4.48 | 10.25 | - |
| YUV | 61.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 90 | 0.26 | 0.41 | 0 | 0.65 | 262.7 | 0.26 | 0.28 |
| Hex | 43 | 35 | 5A | 1A | 29 | 0 | 41 | 107 | 1A | 1C |
| Octal | 103 | 65 | 132 | 32 | 51 | 0 | 101 | 407 | 32 | 34 |
| Binary | 1000011 | 110101 | 1011010 | 11010 | 101001 | 0 | 1000001 | 100000111 | 11010 | 11100 |
Color Harmonies of #43355A
Complementary color
Monochromatic Colors of #43355A
Black with #43355A
Text Example
Text Example
White with #43355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43355A; }
p { color: rgb(67,53,90); }
H1.HeaderClassName
{
color: #43355A;
}
.AnyTagClassName
{
color: #43355A;
}
</style>
background-color css
<style>
a { background-color: #43355A; }
a { background-color: rgb(67,53,90); }
div.DivClassName
{
background-color: #43355A;
}
.BgClassName
{
background-color: #43355A;
}
</style>
border-color css
<style>
span { border-color: #43355A; }
span { border-color: rgb(67,53,90); }
td.TdClassName
{
border-color: #43355A;
}
.TagClassName
{
border-color: #43355A;
}
</style>