Shades of Jacarta #403560
Tints of Jacarta #403560
RGB
CMYK
RGB Variations
Color information
#403560 (or 0x403560) is known color: Jacarta. HEX triplet: 40, 35 and 60. RGB value is (64,53,96). Sum of RGB (Red+Green+Blue) = 64+53+96=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #403560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403560 is #BFCA9F. Grayscale: #3D3D3D. Windows color (decimal): -12569248 or 6305088. OLE color: 6305088.
HSL color Cylindrical-coordinate representation of color #403560: hue angle of 255.35º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403560 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 53 | 96 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.62 |
| HSL | 255.35º | 0.29% | 0.29% | - |
| HSV(B) | 255.35º | 0.45% | 0.38% | - |
| XYZ | 5.5 | 4.48 | 11.64 | - |
| YUV | 61.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 96 | 0.33 | 0.45 | 0 | 0.62 | 255.35 | 0.29 | 0.29 |
| Hex | 40 | 35 | 60 | 21 | 2D | 0 | 3E | FF | 1D | 1D |
| Octal | 100 | 65 | 140 | 41 | 55 | 0 | 76 | 377 | 35 | 35 |
| Binary | 1000000 | 110101 | 1100000 | 100001 | 101101 | 0 | 111110 | 11111111 | 11101 | 11101 |
Color Harmonies of #403560
Complementary color
Monochromatic Colors of #403560
Black with #403560
Text Example
Text Example
White with #403560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403560; }
p { color: rgb(64,53,96); }
H1.HeaderClassName
{
color: #403560;
}
.AnyTagClassName
{
color: #403560;
}
</style>
background-color css
<style>
a { background-color: #403560; }
a { background-color: rgb(64,53,96); }
div.DivClassName
{
background-color: #403560;
}
.BgClassName
{
background-color: #403560;
}
</style>
border-color css
<style>
span { border-color: #403560; }
span { border-color: rgb(64,53,96); }
td.TdClassName
{
border-color: #403560;
}
.TagClassName
{
border-color: #403560;
}
</style>