Shades of Jacarta #402E5D
Tints of Jacarta #402E5D
RGB
CMYK
RGB Variations
Color information
#402E5D (or 0x402E5D) is known color: Jacarta. HEX triplet: 40, 2E and 5D. RGB value is (64,46,93). Sum of RGB (Red+Green+Blue) = 64+46+93=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #402E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E5D is #BFD1A2. Grayscale: #383838. Windows color (decimal): -12571043 or 6106688. OLE color: 6106688.
HSL color Cylindrical-coordinate representation of color #402E5D: hue angle of 262.98º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402E5D is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 46 | 93 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.64 |
| HSL | 262.98º | 0.34% | 0.27% | - |
| HSV(B) | 262.98º | 0.51% | 0.36% | - |
| XYZ | 5.07 | 3.83 | 10.83 | - |
| YUV | 56.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 93 | 0.31 | 0.51 | 0 | 0.64 | 262.98 | 0.34 | 0.27 |
| Hex | 40 | 2E | 5D | 1F | 33 | 0 | 40 | 107 | 22 | 1B |
| Octal | 100 | 56 | 135 | 37 | 63 | 0 | 100 | 407 | 42 | 33 |
| Binary | 1000000 | 101110 | 1011101 | 11111 | 110011 | 0 | 1000000 | 100000111 | 100010 | 11011 |
Color Harmonies of #402E5D
Complementary color
Monochromatic Colors of #402E5D
Black with #402E5D
Text Example
Text Example
White with #402E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E5D; }
p { color: rgb(64,46,93); }
H1.HeaderClassName
{
color: #402E5D;
}
.AnyTagClassName
{
color: #402E5D;
}
</style>
background-color css
<style>
a { background-color: #402E5D; }
a { background-color: rgb(64,46,93); }
div.DivClassName
{
background-color: #402E5D;
}
.BgClassName
{
background-color: #402E5D;
}
</style>
border-color css
<style>
span { border-color: #402E5D; }
span { border-color: rgb(64,46,93); }
td.TdClassName
{
border-color: #402E5D;
}
.TagClassName
{
border-color: #402E5D;
}
</style>