Shades of Jacarta #402E5A
Tints of Jacarta #402E5A
RGB
CMYK
RGB Variations
Color information
#402E5A (or 0x402E5A) is known color: Jacarta. HEX triplet: 40, 2E and 5A. RGB value is (64,46,90). Sum of RGB (Red+Green+Blue) = 64+46+90=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #402E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E5A is #BFD1A5. Grayscale: #383838. Windows color (decimal): -12571046 or 5910080. OLE color: 5910080.
HSL color Cylindrical-coordinate representation of color #402E5A: hue angle of 264.55º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #402E5A is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 46 | 90 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.65 |
| HSL | 264.55º | 0.32% | 0.27% | - |
| HSV(B) | 264.55º | 0.49% | 0.35% | - |
| XYZ | 4.94 | 3.78 | 10.14 | - |
| YUV | 56.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 90 | 0.29 | 0.49 | 0 | 0.65 | 264.55 | 0.32 | 0.27 |
| Hex | 40 | 2E | 5A | 1D | 31 | 0 | 41 | 109 | 20 | 1B |
| Octal | 100 | 56 | 132 | 35 | 61 | 0 | 101 | 411 | 40 | 33 |
| Binary | 1000000 | 101110 | 1011010 | 11101 | 110001 | 0 | 1000001 | 100001001 | 100000 | 11011 |
Color Harmonies of #402E5A
Complementary color
Monochromatic Colors of #402E5A
Black with #402E5A
Text Example
Text Example
White with #402E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E5A; }
p { color: rgb(64,46,90); }
H1.HeaderClassName
{
color: #402E5A;
}
.AnyTagClassName
{
color: #402E5A;
}
</style>
background-color css
<style>
a { background-color: #402E5A; }
a { background-color: rgb(64,46,90); }
div.DivClassName
{
background-color: #402E5A;
}
.BgClassName
{
background-color: #402E5A;
}
</style>
border-color css
<style>
span { border-color: #402E5A; }
span { border-color: rgb(64,46,90); }
td.TdClassName
{
border-color: #402E5A;
}
.TagClassName
{
border-color: #402E5A;
}
</style>