Shades of Jacarta #403455
Tints of Jacarta #403455
RGB
CMYK
RGB Variations
Color information
#403455 (or 0x403455) is known color: Jacarta. HEX triplet: 40, 34 and 55. RGB value is (64,52,85). Sum of RGB (Red+Green+Blue) = 64+52+85=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #403455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403455 is #BFCBAA. Grayscale: #3B3B3B. Windows color (decimal): -12569515 or 5583936. OLE color: 5583936.
HSL color Cylindrical-coordinate representation of color #403455: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403455 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 52 | 85 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.67 |
| HSL | 261.82º | 0.24% | 0.27% | - |
| HSV(B) | 261.82º | 0.39% | 0.33% | - |
| XYZ | 4.98 | 4.2 | 9.14 | - |
| YUV | 59.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 85 | 0.25 | 0.39 | 0 | 0.67 | 261.82 | 0.24 | 0.27 |
| Hex | 40 | 34 | 55 | 19 | 27 | 0 | 43 | 106 | 18 | 1B |
| Octal | 100 | 64 | 125 | 31 | 47 | 0 | 103 | 406 | 30 | 33 |
| Binary | 1000000 | 110100 | 1010101 | 11001 | 100111 | 0 | 1000011 | 100000110 | 11000 | 11011 |
Color Harmonies of #403455
Complementary color
Monochromatic Colors of #403455
Black with #403455
Text Example
Text Example
White with #403455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403455; }
p { color: rgb(64,52,85); }
H1.HeaderClassName
{
color: #403455;
}
.AnyTagClassName
{
color: #403455;
}
</style>
background-color css
<style>
a { background-color: #403455; }
a { background-color: rgb(64,52,85); }
div.DivClassName
{
background-color: #403455;
}
.BgClassName
{
background-color: #403455;
}
</style>
border-color css
<style>
span { border-color: #403455; }
span { border-color: rgb(64,52,85); }
td.TdClassName
{
border-color: #403455;
}
.TagClassName
{
border-color: #403455;
}
</style>