Shades of Jacarta #402E58
Tints of Jacarta #402E58
RGB
CMYK
RGB Variations
Color information
#402E58 (or 0x402E58) is known color: Jacarta. HEX triplet: 40, 2E and 58. RGB value is (64,46,88). Sum of RGB (Red+Green+Blue) = 64+46+88=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #402E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E58 is #BFD1A7. Grayscale: #383838. Windows color (decimal): -12571048 or 5779008. OLE color: 5779008.
HSL color Cylindrical-coordinate representation of color #402E58: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402E58 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 46 | 88 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.65 |
| HSL | 265.71º | 0.31% | 0.26% | - |
| HSV(B) | 265.71º | 0.48% | 0.35% | - |
| XYZ | 4.85 | 3.75 | 9.7 | - |
| YUV | 56.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 88 | 0.27 | 0.48 | 0 | 0.65 | 265.71 | 0.31 | 0.26 |
| Hex | 40 | 2E | 58 | 1B | 30 | 0 | 41 | 10A | 1F | 1A |
| Octal | 100 | 56 | 130 | 33 | 60 | 0 | 101 | 412 | 37 | 32 |
| Binary | 1000000 | 101110 | 1011000 | 11011 | 110000 | 0 | 1000001 | 100001010 | 11111 | 11010 |
Color Harmonies of #402E58
Complementary color
Monochromatic Colors of #402E58
Black with #402E58
Text Example
Text Example
White with #402E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E58; }
p { color: rgb(64,46,88); }
H1.HeaderClassName
{
color: #402E58;
}
.AnyTagClassName
{
color: #402E58;
}
</style>
background-color css
<style>
a { background-color: #402E58; }
a { background-color: rgb(64,46,88); }
div.DivClassName
{
background-color: #402E58;
}
.BgClassName
{
background-color: #402E58;
}
</style>
border-color css
<style>
span { border-color: #402E58; }
span { border-color: rgb(64,46,88); }
td.TdClassName
{
border-color: #402E58;
}
.TagClassName
{
border-color: #402E58;
}
</style>