Shades of Jacarta #3E2E5F
Tints of Jacarta #3E2E5F
RGB
CMYK
RGB Variations
Color information
#3E2E5F (or 0x3E2E5F) is known color: Jacarta. HEX triplet: 3E, 2E and 5F. RGB value is (62,46,95). Sum of RGB (Red+Green+Blue) = 62+46+95=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E2E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E5F is #C1D1A0. Grayscale: #383838. Windows color (decimal): -12702113 or 6237758. OLE color: 6237758.
HSL color Cylindrical-coordinate representation of color #3E2E5F: hue angle of 259.59º 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 #3E2E5F is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 46 | 95 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.63 |
| HSL | 259.59º | 0.35% | 0.28% | - |
| HSV(B) | 259.59º | 0.52% | 0.37% | - |
| XYZ | 5.03 | 3.8 | 11.3 | - |
| YUV | 56.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 95 | 0.35 | 0.52 | 0 | 0.63 | 259.59 | 0.35 | 0.28 |
| Hex | 3E | 2E | 5F | 23 | 34 | 0 | 3F | 104 | 23 | 1C |
| Octal | 76 | 56 | 137 | 43 | 64 | 0 | 77 | 404 | 43 | 34 |
| Binary | 111110 | 101110 | 1011111 | 100011 | 110100 | 0 | 111111 | 100000100 | 100011 | 11100 |
Color Harmonies of #3E2E5F
Complementary color
Monochromatic Colors of #3E2E5F
Black with #3E2E5F
Text Example
Text Example
White with #3E2E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E5F; }
p { color: rgb(62,46,95); }
H1.HeaderClassName
{
color: #3E2E5F;
}
.AnyTagClassName
{
color: #3E2E5F;
}
</style>
background-color css
<style>
a { background-color: #3E2E5F; }
a { background-color: rgb(62,46,95); }
div.DivClassName
{
background-color: #3E2E5F;
}
.BgClassName
{
background-color: #3E2E5F;
}
</style>
border-color css
<style>
span { border-color: #3E2E5F; }
span { border-color: rgb(62,46,95); }
td.TdClassName
{
border-color: #3E2E5F;
}
.TagClassName
{
border-color: #3E2E5F;
}
</style>