Shades of Jacarta #403161
Tints of Jacarta #403161
RGB
CMYK
RGB Variations
Color information
#403161 (or 0x403161) is known color: Jacarta. HEX triplet: 40, 31 and 61. RGB value is (64,49,97). Sum of RGB (Red+Green+Blue) = 64+49+97=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #403161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403161 is #BFCE9E. Grayscale: #3A3A3A. Windows color (decimal): -12570271 or 6369600. OLE color: 6369600.
HSL color Cylindrical-coordinate representation of color #403161: hue angle of 258.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403161 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 49 | 97 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.62 |
| HSL | 258.75º | 0.33% | 0.29% | - |
| HSV(B) | 258.75º | 0.49% | 0.38% | - |
| XYZ | 5.37 | 4.15 | 11.83 | - |
| YUV | 58.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 97 | 0.34 | 0.49 | 0 | 0.62 | 258.75 | 0.33 | 0.29 |
| Hex | 40 | 31 | 61 | 22 | 31 | 0 | 3E | 103 | 21 | 1D |
| Octal | 100 | 61 | 141 | 42 | 61 | 0 | 76 | 403 | 41 | 35 |
| Binary | 1000000 | 110001 | 1100001 | 100010 | 110001 | 0 | 111110 | 100000011 | 100001 | 11101 |
Color Harmonies of #403161
Complementary color
Monochromatic Colors of #403161
Black with #403161
Text Example
Text Example
White with #403161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403161; }
p { color: rgb(64,49,97); }
H1.HeaderClassName
{
color: #403161;
}
.AnyTagClassName
{
color: #403161;
}
</style>
background-color css
<style>
a { background-color: #403161; }
a { background-color: rgb(64,49,97); }
div.DivClassName
{
background-color: #403161;
}
.BgClassName
{
background-color: #403161;
}
</style>
border-color css
<style>
span { border-color: #403161; }
span { border-color: rgb(64,49,97); }
td.TdClassName
{
border-color: #403161;
}
.TagClassName
{
border-color: #403161;
}
</style>