Shades of Jacarta #3F2E5D
Tints of Jacarta #3F2E5D
RGB
CMYK
RGB Variations
Color information
#3F2E5D (or 0x3F2E5D) is known color: Jacarta. HEX triplet: 3F, 2E and 5D. RGB value is (63,46,93). Sum of RGB (Red+Green+Blue) = 63+46+93=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F2E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E5D is #C0D1A2. Grayscale: #383838. Windows color (decimal): -12636579 or 6106687. OLE color: 6106687.
HSL color Cylindrical-coordinate representation of color #3F2E5D: hue angle of 261.7º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F2E5D is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 46 | 93 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.64 |
| HSL | 261.7º | 0.34% | 0.27% | - |
| HSV(B) | 261.7º | 0.51% | 0.36% | - |
| XYZ | 5 | 3.8 | 10.83 | - |
| YUV | 56.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 93 | 0.32 | 0.51 | 0 | 0.64 | 261.7 | 0.34 | 0.27 |
| Hex | 3F | 2E | 5D | 20 | 33 | 0 | 40 | 106 | 22 | 1B |
| Octal | 77 | 56 | 135 | 40 | 63 | 0 | 100 | 406 | 42 | 33 |
| Binary | 111111 | 101110 | 1011101 | 100000 | 110011 | 0 | 1000000 | 100000110 | 100010 | 11011 |
Color Harmonies of #3F2E5D
Complementary color
Monochromatic Colors of #3F2E5D
Black with #3F2E5D
Text Example
Text Example
White with #3F2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E5D; }
p { color: rgb(63,46,93); }
H1.HeaderClassName
{
color: #3F2E5D;
}
.AnyTagClassName
{
color: #3F2E5D;
}
</style>
background-color css
<style>
a { background-color: #3F2E5D; }
a { background-color: rgb(63,46,93); }
div.DivClassName
{
background-color: #3F2E5D;
}
.BgClassName
{
background-color: #3F2E5D;
}
</style>
border-color css
<style>
span { border-color: #3F2E5D; }
span { border-color: rgb(63,46,93); }
td.TdClassName
{
border-color: #3F2E5D;
}
.TagClassName
{
border-color: #3F2E5D;
}
</style>