Shades of Jacarta #403062
Tints of Jacarta #403062
RGB
CMYK
RGB Variations
Color information
#403062 (or 0x403062) is known color: Jacarta. HEX triplet: 40, 30 and 62. RGB value is (64,48,98). Sum of RGB (Red+Green+Blue) = 64+48+98=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #403062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403062 is #BFCF9D. Grayscale: #3A3A3A. Windows color (decimal): -12570526 or 6434880. OLE color: 6434880.
HSL color Cylindrical-coordinate representation of color #403062: hue angle of 259.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403062 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 48 | 98 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.62 |
| HSL | 259.2º | 0.34% | 0.29% | - |
| HSV(B) | 259.2º | 0.51% | 0.38% | - |
| XYZ | 5.38 | 4.09 | 12.06 | - |
| YUV | 58.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 98 | 0.35 | 0.51 | 0 | 0.62 | 259.2 | 0.34 | 0.29 |
| Hex | 40 | 30 | 62 | 23 | 33 | 0 | 3E | 103 | 22 | 1D |
| Octal | 100 | 60 | 142 | 43 | 63 | 0 | 76 | 403 | 42 | 35 |
| Binary | 1000000 | 110000 | 1100010 | 100011 | 110011 | 0 | 111110 | 100000011 | 100010 | 11101 |
Color Harmonies of #403062
Complementary color
Monochromatic Colors of #403062
Black with #403062
Text Example
Text Example
White with #403062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403062; }
p { color: rgb(64,48,98); }
H1.HeaderClassName
{
color: #403062;
}
.AnyTagClassName
{
color: #403062;
}
</style>
background-color css
<style>
a { background-color: #403062; }
a { background-color: rgb(64,48,98); }
div.DivClassName
{
background-color: #403062;
}
.BgClassName
{
background-color: #403062;
}
</style>
border-color css
<style>
span { border-color: #403062; }
span { border-color: rgb(64,48,98); }
td.TdClassName
{
border-color: #403062;
}
.TagClassName
{
border-color: #403062;
}
</style>