Shades of Jacarta #402E5F
Tints of Jacarta #402E5F
RGB
CMYK
RGB Variations
Color information
#402E5F (or 0x402E5F) is known color: Jacarta. HEX triplet: 40, 2E and 5F. RGB value is (64,46,95). Sum of RGB (Red+Green+Blue) = 64+46+95=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #402E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E5F is #BFD1A0. Grayscale: #383838. Windows color (decimal): -12571041 or 6237760. OLE color: 6237760.
HSL color Cylindrical-coordinate representation of color #402E5F: hue angle of 262.04º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #402E5F is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 46 | 95 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.63 |
| HSL | 262.04º | 0.35% | 0.28% | - |
| HSV(B) | 262.04º | 0.52% | 0.37% | - |
| XYZ | 5.16 | 3.87 | 11.3 | - |
| YUV | 56.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 95 | 0.33 | 0.52 | 0 | 0.63 | 262.04 | 0.35 | 0.28 |
| Hex | 40 | 2E | 5F | 21 | 34 | 0 | 3F | 106 | 23 | 1C |
| Octal | 100 | 56 | 137 | 41 | 64 | 0 | 77 | 406 | 43 | 34 |
| Binary | 1000000 | 101110 | 1011111 | 100001 | 110100 | 0 | 111111 | 100000110 | 100011 | 11100 |
Color Harmonies of #402E5F
Complementary color
Monochromatic Colors of #402E5F
Black with #402E5F
Text Example
Text Example
White with #402E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E5F; }
p { color: rgb(64,46,95); }
H1.HeaderClassName
{
color: #402E5F;
}
.AnyTagClassName
{
color: #402E5F;
}
</style>
background-color css
<style>
a { background-color: #402E5F; }
a { background-color: rgb(64,46,95); }
div.DivClassName
{
background-color: #402E5F;
}
.BgClassName
{
background-color: #402E5F;
}
</style>
border-color css
<style>
span { border-color: #402E5F; }
span { border-color: rgb(64,46,95); }
td.TdClassName
{
border-color: #402E5F;
}
.TagClassName
{
border-color: #402E5F;
}
</style>