Shades of Jacarta #403358
Tints of Jacarta #403358
RGB
CMYK
RGB Variations
Color information
#403358 (or 0x403358) is known color: Jacarta. HEX triplet: 40, 33 and 58. RGB value is (64,51,88). Sum of RGB (Red+Green+Blue) = 64+51+88=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #403358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403358 is #BFCCA7. Grayscale: #3A3A3A. Windows color (decimal): -12569768 or 5780288. OLE color: 5780288.
HSL color Cylindrical-coordinate representation of color #403358: hue angle of 261.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403358 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 51 | 88 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.65 |
| HSL | 261.08º | 0.27% | 0.27% | - |
| HSV(B) | 261.08º | 0.42% | 0.35% | - |
| XYZ | 5.06 | 4.16 | 9.77 | - |
| YUV | 59.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 88 | 0.27 | 0.42 | 0 | 0.65 | 261.08 | 0.27 | 0.27 |
| Hex | 40 | 33 | 58 | 1B | 2A | 0 | 41 | 105 | 1B | 1B |
| Octal | 100 | 63 | 130 | 33 | 52 | 0 | 101 | 405 | 33 | 33 |
| Binary | 1000000 | 110011 | 1011000 | 11011 | 101010 | 0 | 1000001 | 100000101 | 11011 | 11011 |
Color Harmonies of #403358
Complementary color
Monochromatic Colors of #403358
Black with #403358
Text Example
Text Example
White with #403358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403358; }
p { color: rgb(64,51,88); }
H1.HeaderClassName
{
color: #403358;
}
.AnyTagClassName
{
color: #403358;
}
</style>
background-color css
<style>
a { background-color: #403358; }
a { background-color: rgb(64,51,88); }
div.DivClassName
{
background-color: #403358;
}
.BgClassName
{
background-color: #403358;
}
</style>
border-color css
<style>
span { border-color: #403358; }
span { border-color: rgb(64,51,88); }
td.TdClassName
{
border-color: #403358;
}
.TagClassName
{
border-color: #403358;
}
</style>