Shades of Jacarta #3F2E5F
Tints of Jacarta #3F2E5F
RGB
CMYK
RGB Variations
Color information
#3F2E5F (or 0x3F2E5F) is known color: Jacarta. HEX triplet: 3F, 2E and 5F. RGB value is (63,46,95). Sum of RGB (Red+Green+Blue) = 63+46+95=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F2E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E5F is #C0D1A0. Grayscale: #383838. Windows color (decimal): -12636577 or 6237759. OLE color: 6237759.
HSL color Cylindrical-coordinate representation of color #3F2E5F: hue angle of 260.82º 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 #3F2E5F is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 46 | 95 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.63 |
| HSL | 260.82º | 0.35% | 0.28% | - |
| HSV(B) | 260.82º | 0.52% | 0.37% | - |
| XYZ | 5.09 | 3.84 | 11.3 | - |
| YUV | 56.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 95 | 0.34 | 0.52 | 0 | 0.63 | 260.82 | 0.35 | 0.28 |
| Hex | 3F | 2E | 5F | 22 | 34 | 0 | 3F | 105 | 23 | 1C |
| Octal | 77 | 56 | 137 | 42 | 64 | 0 | 77 | 405 | 43 | 34 |
| Binary | 111111 | 101110 | 1011111 | 100010 | 110100 | 0 | 111111 | 100000101 | 100011 | 11100 |
Color Harmonies of #3F2E5F
Complementary color
Monochromatic Colors of #3F2E5F
Black with #3F2E5F
Text Example
Text Example
White with #3F2E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E5F; }
p { color: rgb(63,46,95); }
H1.HeaderClassName
{
color: #3F2E5F;
}
.AnyTagClassName
{
color: #3F2E5F;
}
</style>
background-color css
<style>
a { background-color: #3F2E5F; }
a { background-color: rgb(63,46,95); }
div.DivClassName
{
background-color: #3F2E5F;
}
.BgClassName
{
background-color: #3F2E5F;
}
</style>
border-color css
<style>
span { border-color: #3F2E5F; }
span { border-color: rgb(63,46,95); }
td.TdClassName
{
border-color: #3F2E5F;
}
.TagClassName
{
border-color: #3F2E5F;
}
</style>