Shades of Jacarta #403658
Tints of Jacarta #403658
RGB
CMYK
RGB Variations
Color information
#403658 (or 0x403658) is known color: Jacarta. HEX triplet: 40, 36 and 58. RGB value is (64,54,88). Sum of RGB (Red+Green+Blue) = 64+54+88=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #403658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403658 is #BFC9A7. Grayscale: #3C3C3C. Windows color (decimal): -12569000 or 5781056. OLE color: 5781056.
HSL color Cylindrical-coordinate representation of color #403658: hue angle of 257.65º 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 #403658 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 54 | 88 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.65 |
| HSL | 257.65º | 0.24% | 0.28% | - |
| HSV(B) | 257.65º | 0.39% | 0.35% | - |
| XYZ | 5.19 | 4.43 | 9.81 | - |
| YUV | 60.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 88 | 0.27 | 0.39 | 0 | 0.65 | 257.65 | 0.24 | 0.28 |
| Hex | 40 | 36 | 58 | 1B | 27 | 0 | 41 | 102 | 18 | 1C |
| Octal | 100 | 66 | 130 | 33 | 47 | 0 | 101 | 402 | 30 | 34 |
| Binary | 1000000 | 110110 | 1011000 | 11011 | 100111 | 0 | 1000001 | 100000010 | 11000 | 11100 |
Color Harmonies of #403658
Complementary color
Monochromatic Colors of #403658
Black with #403658
Text Example
Text Example
White with #403658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403658; }
p { color: rgb(64,54,88); }
H1.HeaderClassName
{
color: #403658;
}
.AnyTagClassName
{
color: #403658;
}
</style>
background-color css
<style>
a { background-color: #403658; }
a { background-color: rgb(64,54,88); }
div.DivClassName
{
background-color: #403658;
}
.BgClassName
{
background-color: #403658;
}
</style>
border-color css
<style>
span { border-color: #403658; }
span { border-color: rgb(64,54,88); }
td.TdClassName
{
border-color: #403658;
}
.TagClassName
{
border-color: #403658;
}
</style>