Shades of Jacarta #403661
Tints of Jacarta #403661
RGB
CMYK
RGB Variations
Color information
#403661 (or 0x403661) is known color: Jacarta. HEX triplet: 40, 36 and 61. RGB value is (64,54,97). Sum of RGB (Red+Green+Blue) = 64+54+97=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #403661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403661 is #BFC99E. Grayscale: #3D3D3D. Windows color (decimal): -12568991 or 6370880. OLE color: 6370880.
HSL color Cylindrical-coordinate representation of color #403661: hue angle of 253.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403661 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 54 | 97 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.62 |
| HSL | 253.95º | 0.28% | 0.3% | - |
| HSV(B) | 253.95º | 0.44% | 0.38% | - |
| XYZ | 5.59 | 4.59 | 11.9 | - |
| YUV | 61.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 97 | 0.34 | 0.44 | 0 | 0.62 | 253.95 | 0.28 | 0.3 |
| Hex | 40 | 36 | 61 | 22 | 2C | 0 | 3E | FE | 1C | 1E |
| Octal | 100 | 66 | 141 | 42 | 54 | 0 | 76 | 376 | 34 | 36 |
| Binary | 1000000 | 110110 | 1100001 | 100010 | 101100 | 0 | 111110 | 11111110 | 11100 | 11110 |
Color Harmonies of #403661
Complementary color
Monochromatic Colors of #403661
Black with #403661
Text Example
Text Example
White with #403661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403661; }
p { color: rgb(64,54,97); }
H1.HeaderClassName
{
color: #403661;
}
.AnyTagClassName
{
color: #403661;
}
</style>
background-color css
<style>
a { background-color: #403661; }
a { background-color: rgb(64,54,97); }
div.DivClassName
{
background-color: #403661;
}
.BgClassName
{
background-color: #403661;
}
</style>
border-color css
<style>
span { border-color: #403661; }
span { border-color: rgb(64,54,97); }
td.TdClassName
{
border-color: #403661;
}
.TagClassName
{
border-color: #403661;
}
</style>