Shades of Jacarta #3E2F60
Tints of Jacarta #3E2F60
RGB
CMYK
RGB Variations
Color information
#3E2F60 (or 0x3E2F60) is known color: Jacarta. HEX triplet: 3E, 2F and 60. RGB value is (62,47,96). Sum of RGB (Red+Green+Blue) = 62+47+96=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F60 is #C1D09F. Grayscale: #383838. Windows color (decimal): -12701856 or 6303550. OLE color: 6303550.
HSL color Cylindrical-coordinate representation of color #3E2F60: hue angle of 258.37º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E2F60 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 47 | 96 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.62 |
| HSL | 258.37º | 0.34% | 0.28% | - |
| HSV(B) | 258.37º | 0.51% | 0.38% | - |
| XYZ | 5.11 | 3.9 | 11.55 | - |
| YUV | 57.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 96 | 0.35 | 0.51 | 0 | 0.62 | 258.37 | 0.34 | 0.28 |
| Hex | 3E | 2F | 60 | 23 | 33 | 0 | 3E | 102 | 22 | 1C |
| Octal | 76 | 57 | 140 | 43 | 63 | 0 | 76 | 402 | 42 | 34 |
| Binary | 111110 | 101111 | 1100000 | 100011 | 110011 | 0 | 111110 | 100000010 | 100010 | 11100 |
Color Harmonies of #3E2F60
Complementary color
Monochromatic Colors of #3E2F60
Black with #3E2F60
Text Example
Text Example
White with #3E2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F60; }
p { color: rgb(62,47,96); }
H1.HeaderClassName
{
color: #3E2F60;
}
.AnyTagClassName
{
color: #3E2F60;
}
</style>
background-color css
<style>
a { background-color: #3E2F60; }
a { background-color: rgb(62,47,96); }
div.DivClassName
{
background-color: #3E2F60;
}
.BgClassName
{
background-color: #3E2F60;
}
</style>
border-color css
<style>
span { border-color: #3E2F60; }
span { border-color: rgb(62,47,96); }
td.TdClassName
{
border-color: #3E2F60;
}
.TagClassName
{
border-color: #3E2F60;
}
</style>