Shades of Jacarta #403860
Tints of Jacarta #403860
RGB
CMYK
RGB Variations
Color information
#403860 (or 0x403860) is known color: Jacarta. HEX triplet: 40, 38 and 60. RGB value is (64,56,96). Sum of RGB (Red+Green+Blue) = 64+56+96=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #403860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403860 is #BFC79F. Grayscale: #3E3E3E. Windows color (decimal): -12568480 or 6305856. OLE color: 6305856.
HSL color Cylindrical-coordinate representation of color #403860: hue angle of 252º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403860 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 56 | 96 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.62 |
| HSL | 252º | 0.26% | 0.3% | - |
| HSV(B) | 252º | 0.42% | 0.38% | - |
| XYZ | 5.64 | 4.76 | 11.69 | - |
| YUV | 62.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 96 | 0.33 | 0.42 | 0 | 0.62 | 252 | 0.26 | 0.3 |
| Hex | 40 | 38 | 60 | 21 | 2A | 0 | 3E | FC | 1A | 1E |
| Octal | 100 | 70 | 140 | 41 | 52 | 0 | 76 | 374 | 32 | 36 |
| Binary | 1000000 | 111000 | 1100000 | 100001 | 101010 | 0 | 111110 | 11111100 | 11010 | 11110 |
Color Harmonies of #403860
Complementary color
Monochromatic Colors of #403860
Black with #403860
Text Example
Text Example
White with #403860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403860; }
p { color: rgb(64,56,96); }
H1.HeaderClassName
{
color: #403860;
}
.AnyTagClassName
{
color: #403860;
}
</style>
background-color css
<style>
a { background-color: #403860; }
a { background-color: rgb(64,56,96); }
div.DivClassName
{
background-color: #403860;
}
.BgClassName
{
background-color: #403860;
}
</style>
border-color css
<style>
span { border-color: #403860; }
span { border-color: rgb(64,56,96); }
td.TdClassName
{
border-color: #403860;
}
.TagClassName
{
border-color: #403860;
}
</style>