Shades of Jacarta #3F2F5F
Tints of Jacarta #3F2F5F
RGB
CMYK
RGB Variations
Color information
#3F2F5F (or 0x3F2F5F) is known color: Jacarta. HEX triplet: 3F, 2F and 5F. RGB value is (63,47,95). Sum of RGB (Red+Green+Blue) = 63+47+95=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F2F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F5F is #C0D0A0. Grayscale: #393939. Windows color (decimal): -12636321 or 6238015. OLE color: 6238015.
HSL color Cylindrical-coordinate representation of color #3F2F5F: hue angle of 260º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F2F5F is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 47 | 95 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.63 |
| HSL | 260º | 0.34% | 0.28% | - |
| HSV(B) | 260º | 0.51% | 0.37% | - |
| XYZ | 5.13 | 3.92 | 11.31 | - |
| YUV | 57.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 95 | 0.34 | 0.51 | 0 | 0.63 | 260 | 0.34 | 0.28 |
| Hex | 3F | 2F | 5F | 22 | 33 | 0 | 3F | 104 | 22 | 1C |
| Octal | 77 | 57 | 137 | 42 | 63 | 0 | 77 | 404 | 42 | 34 |
| Binary | 111111 | 101111 | 1011111 | 100010 | 110011 | 0 | 111111 | 100000100 | 100010 | 11100 |
Color Harmonies of #3F2F5F
Complementary color
Monochromatic Colors of #3F2F5F
Black with #3F2F5F
Text Example
Text Example
White with #3F2F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F5F; }
p { color: rgb(63,47,95); }
H1.HeaderClassName
{
color: #3F2F5F;
}
.AnyTagClassName
{
color: #3F2F5F;
}
</style>
background-color css
<style>
a { background-color: #3F2F5F; }
a { background-color: rgb(63,47,95); }
div.DivClassName
{
background-color: #3F2F5F;
}
.BgClassName
{
background-color: #3F2F5F;
}
</style>
border-color css
<style>
span { border-color: #3F2F5F; }
span { border-color: rgb(63,47,95); }
td.TdClassName
{
border-color: #3F2F5F;
}
.TagClassName
{
border-color: #3F2F5F;
}
</style>