Shades of Jacarta #402F5E
Tints of Jacarta #402F5E
RGB
CMYK
RGB Variations
Color information
#402F5E (or 0x402F5E) is known color: Jacarta. HEX triplet: 40, 2F and 5E. RGB value is (64,47,94). Sum of RGB (Red+Green+Blue) = 64+47+94=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #402F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F5E is #BFD0A1. Grayscale: #393939. Windows color (decimal): -12570786 or 6172480. OLE color: 6172480.
HSL color Cylindrical-coordinate representation of color #402F5E: hue angle of 261.7º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402F5E is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 64 | 47 | 94 | - |
CMYK | 0.32 | 0.5 | 0 | 0.63 |
HSL | 261.7º | 0.33% | 0.28% | - |
HSV(B) | 261.7º | 0.5% | 0.37% | - |
XYZ | 5.15 | 3.93 | 11.08 | - |
YUV | 57.44 | 148.63 | 132.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 47 | 94 | 0.32 | 0.5 | 0 | 0.63 | 261.7 | 0.33 | 0.28 |
Hex | 40 | 2F | 5E | 20 | 32 | 0 | 3F | 106 | 21 | 1C |
Octal | 100 | 57 | 136 | 40 | 62 | 0 | 77 | 406 | 41 | 34 |
Binary | 1000000 | 101111 | 1011110 | 100000 | 110010 | 0 | 111111 | 100000110 | 100001 | 11100 |
Color Harmonies of #402F5E
Complementary color
Monochromatic Colors of #402F5E
Black with #402F5E
Text Example
Text Example
White with #402F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F5E; }
p { color: rgb(64,47,94); }
H1.HeaderClassName
{
color: #402F5E;
}
.AnyTagClassName
{
color: #402F5E;
}
</style>
background-color css
<style>
a { background-color: #402F5E; }
a { background-color: rgb(64,47,94); }
div.DivClassName
{
background-color: #402F5E;
}
.BgClassName
{
background-color: #402F5E;
}
</style>
border-color css
<style>
span { border-color: #402F5E; }
span { border-color: rgb(64,47,94); }
td.TdClassName
{
border-color: #402F5E;
}
.TagClassName
{
border-color: #402F5E;
}
</style>