Shades of Jacarta #3E2E60
Tints of Jacarta #3E2E60
RGB
CMYK
RGB Variations
Color information
#3E2E60 (or 0x3E2E60) is known color: Jacarta. HEX triplet: 3E, 2E and 60. RGB value is (62,46,96). Sum of RGB (Red+Green+Blue) = 62+46+96=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E60 is #C1D19F. Grayscale: #383838. Windows color (decimal): -12702112 or 6303294. OLE color: 6303294.
HSL color Cylindrical-coordinate representation of color #3E2E60: hue angle of 259.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E2E60 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 46 | 96 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.62 |
| HSL | 259.2º | 0.35% | 0.28% | - |
| HSV(B) | 259.2º | 0.52% | 0.38% | - |
| XYZ | 5.07 | 3.82 | 11.54 | - |
| YUV | 56.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 96 | 0.35 | 0.52 | 0 | 0.62 | 259.2 | 0.35 | 0.28 |
| Hex | 3E | 2E | 60 | 23 | 34 | 0 | 3E | 103 | 23 | 1C |
| Octal | 76 | 56 | 140 | 43 | 64 | 0 | 76 | 403 | 43 | 34 |
| Binary | 111110 | 101110 | 1100000 | 100011 | 110100 | 0 | 111110 | 100000011 | 100011 | 11100 |
Color Harmonies of #3E2E60
Complementary color
Monochromatic Colors of #3E2E60
Black with #3E2E60
Text Example
Text Example
White with #3E2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E60; }
p { color: rgb(62,46,96); }
H1.HeaderClassName
{
color: #3E2E60;
}
.AnyTagClassName
{
color: #3E2E60;
}
</style>
background-color css
<style>
a { background-color: #3E2E60; }
a { background-color: rgb(62,46,96); }
div.DivClassName
{
background-color: #3E2E60;
}
.BgClassName
{
background-color: #3E2E60;
}
</style>
border-color css
<style>
span { border-color: #3E2E60; }
span { border-color: rgb(62,46,96); }
td.TdClassName
{
border-color: #3E2E60;
}
.TagClassName
{
border-color: #3E2E60;
}
</style>