Shades of Jacarta #403259
Tints of Jacarta #403259
RGB
CMYK
RGB Variations
Color information
#403259 (or 0x403259) is known color: Jacarta. HEX triplet: 40, 32 and 59. RGB value is (64,50,89). Sum of RGB (Red+Green+Blue) = 64+50+89=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #403259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403259 is #BFCDA6. Grayscale: #3A3A3A. Windows color (decimal): -12570023 or 5845568. OLE color: 5845568.
HSL color Cylindrical-coordinate representation of color #403259: hue angle of 261.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403259 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 50 | 89 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.65 |
| HSL | 261.54º | 0.28% | 0.27% | - |
| HSV(B) | 261.54º | 0.44% | 0.35% | - |
| XYZ | 5.06 | 4.09 | 9.97 | - |
| YUV | 58.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 89 | 0.28 | 0.44 | 0 | 0.65 | 261.54 | 0.28 | 0.27 |
| Hex | 40 | 32 | 59 | 1C | 2C | 0 | 41 | 106 | 1C | 1B |
| Octal | 100 | 62 | 131 | 34 | 54 | 0 | 101 | 406 | 34 | 33 |
| Binary | 1000000 | 110010 | 1011001 | 11100 | 101100 | 0 | 1000001 | 100000110 | 11100 | 11011 |
Color Harmonies of #403259
Complementary color
Monochromatic Colors of #403259
Black with #403259
Text Example
Text Example
White with #403259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403259; }
p { color: rgb(64,50,89); }
H1.HeaderClassName
{
color: #403259;
}
.AnyTagClassName
{
color: #403259;
}
</style>
background-color css
<style>
a { background-color: #403259; }
a { background-color: rgb(64,50,89); }
div.DivClassName
{
background-color: #403259;
}
.BgClassName
{
background-color: #403259;
}
</style>
border-color css
<style>
span { border-color: #403259; }
span { border-color: rgb(64,50,89); }
td.TdClassName
{
border-color: #403259;
}
.TagClassName
{
border-color: #403259;
}
</style>