Shades of Jacarta #403555
Tints of Jacarta #403555
RGB
CMYK
RGB Variations
Color information
#403555 (or 0x403555) is known color: Jacarta. HEX triplet: 40, 35 and 55. RGB value is (64,53,85). Sum of RGB (Red+Green+Blue) = 64+53+85=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #403555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403555 is #BFCAAA. Grayscale: #3B3B3B. Windows color (decimal): -12569259 or 5584192. OLE color: 5584192.
HSL color Cylindrical-coordinate representation of color #403555: hue angle of 260.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403555 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 53 | 85 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.67 |
| HSL | 260.63º | 0.23% | 0.27% | - |
| HSV(B) | 260.63º | 0.38% | 0.33% | - |
| XYZ | 5.03 | 4.29 | 9.16 | - |
| YUV | 59.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 85 | 0.25 | 0.38 | 0 | 0.67 | 260.63 | 0.23 | 0.27 |
| Hex | 40 | 35 | 55 | 19 | 26 | 0 | 43 | 105 | 17 | 1B |
| Octal | 100 | 65 | 125 | 31 | 46 | 0 | 103 | 405 | 27 | 33 |
| Binary | 1000000 | 110101 | 1010101 | 11001 | 100110 | 0 | 1000011 | 100000101 | 10111 | 11011 |
Color Harmonies of #403555
Complementary color
Monochromatic Colors of #403555
Black with #403555
Text Example
Text Example
White with #403555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403555; }
p { color: rgb(64,53,85); }
H1.HeaderClassName
{
color: #403555;
}
.AnyTagClassName
{
color: #403555;
}
</style>
background-color css
<style>
a { background-color: #403555; }
a { background-color: rgb(64,53,85); }
div.DivClassName
{
background-color: #403555;
}
.BgClassName
{
background-color: #403555;
}
</style>
border-color css
<style>
span { border-color: #403555; }
span { border-color: rgb(64,53,85); }
td.TdClassName
{
border-color: #403555;
}
.TagClassName
{
border-color: #403555;
}
</style>