Shades of Jacarta #403157
Tints of Jacarta #403157
RGB
CMYK
RGB Variations
Color information
#403157 (or 0x403157) is known color: Jacarta. HEX triplet: 40, 31 and 57. RGB value is (64,49,87). Sum of RGB (Red+Green+Blue) = 64+49+87=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #403157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403157 is #BFCEA8. Grayscale: #393939. Windows color (decimal): -12570281 or 5714240. OLE color: 5714240.
HSL color Cylindrical-coordinate representation of color #403157: hue angle of 263.68º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403157 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 49 | 87 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.66 |
| HSL | 263.68º | 0.28% | 0.27% | - |
| HSV(B) | 263.68º | 0.44% | 0.34% | - |
| XYZ | 4.93 | 3.97 | 9.52 | - |
| YUV | 57.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 87 | 0.26 | 0.44 | 0 | 0.66 | 263.68 | 0.28 | 0.27 |
| Hex | 40 | 31 | 57 | 1A | 2C | 0 | 42 | 108 | 1C | 1B |
| Octal | 100 | 61 | 127 | 32 | 54 | 0 | 102 | 410 | 34 | 33 |
| Binary | 1000000 | 110001 | 1010111 | 11010 | 101100 | 0 | 1000010 | 100001000 | 11100 | 11011 |
Color Harmonies of #403157
Complementary color
Monochromatic Colors of #403157
Black with #403157
Text Example
Text Example
White with #403157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403157; }
p { color: rgb(64,49,87); }
H1.HeaderClassName
{
color: #403157;
}
.AnyTagClassName
{
color: #403157;
}
</style>
background-color css
<style>
a { background-color: #403157; }
a { background-color: rgb(64,49,87); }
div.DivClassName
{
background-color: #403157;
}
.BgClassName
{
background-color: #403157;
}
</style>
border-color css
<style>
span { border-color: #403157; }
span { border-color: rgb(64,49,87); }
td.TdClassName
{
border-color: #403157;
}
.TagClassName
{
border-color: #403157;
}
</style>