Shades of Jacarta #403659
Tints of Jacarta #403659
RGB
CMYK
RGB Variations
Color information
#403659 (or 0x403659) is known color: Jacarta. HEX triplet: 40, 36 and 59. RGB value is (64,54,89). Sum of RGB (Red+Green+Blue) = 64+54+89=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #403659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403659 is #BFC9A6. Grayscale: #3C3C3C. Windows color (decimal): -12568999 or 5846592. OLE color: 5846592.
HSL color Cylindrical-coordinate representation of color #403659: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403659 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 54 | 89 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.65 |
| HSL | 257.14º | 0.24% | 0.28% | - |
| HSV(B) | 257.14º | 0.39% | 0.35% | - |
| XYZ | 5.24 | 4.45 | 10.03 | - |
| YUV | 60.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 89 | 0.28 | 0.39 | 0 | 0.65 | 257.14 | 0.24 | 0.28 |
| Hex | 40 | 36 | 59 | 1C | 27 | 0 | 41 | 101 | 18 | 1C |
| Octal | 100 | 66 | 131 | 34 | 47 | 0 | 101 | 401 | 30 | 34 |
| Binary | 1000000 | 110110 | 1011001 | 11100 | 100111 | 0 | 1000001 | 100000001 | 11000 | 11100 |
Color Harmonies of #403659
Complementary color
Monochromatic Colors of #403659
Black with #403659
Text Example
Text Example
White with #403659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403659; }
p { color: rgb(64,54,89); }
H1.HeaderClassName
{
color: #403659;
}
.AnyTagClassName
{
color: #403659;
}
</style>
background-color css
<style>
a { background-color: #403659; }
a { background-color: rgb(64,54,89); }
div.DivClassName
{
background-color: #403659;
}
.BgClassName
{
background-color: #403659;
}
</style>
border-color css
<style>
span { border-color: #403659; }
span { border-color: rgb(64,54,89); }
td.TdClassName
{
border-color: #403659;
}
.TagClassName
{
border-color: #403659;
}
</style>