Shades of Jacarta #3F2F60
Tints of Jacarta #3F2F60
RGB
CMYK
RGB Variations
Color information
#3F2F60 (or 0x3F2F60) is known color: Jacarta. HEX triplet: 3F, 2F and 60. RGB value is (63,47,96). Sum of RGB (Red+Green+Blue) = 63+47+96=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F60 is #C0D09F. Grayscale: #393939. Windows color (decimal): -12636320 or 6303551. OLE color: 6303551.
HSL color Cylindrical-coordinate representation of color #3F2F60: hue angle of 259.59º 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 #3F2F60 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 47 | 96 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.62 |
| HSL | 259.59º | 0.34% | 0.28% | - |
| HSV(B) | 259.59º | 0.51% | 0.38% | - |
| XYZ | 5.18 | 3.93 | 11.55 | - |
| YUV | 57.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 96 | 0.34 | 0.51 | 0 | 0.62 | 259.59 | 0.34 | 0.28 |
| Hex | 3F | 2F | 60 | 22 | 33 | 0 | 3E | 104 | 22 | 1C |
| Octal | 77 | 57 | 140 | 42 | 63 | 0 | 76 | 404 | 42 | 34 |
| Binary | 111111 | 101111 | 1100000 | 100010 | 110011 | 0 | 111110 | 100000100 | 100010 | 11100 |
Color Harmonies of #3F2F60
Complementary color
Monochromatic Colors of #3F2F60
Black with #3F2F60
Text Example
Text Example
White with #3F2F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F60; }
p { color: rgb(63,47,96); }
H1.HeaderClassName
{
color: #3F2F60;
}
.AnyTagClassName
{
color: #3F2F60;
}
</style>
background-color css
<style>
a { background-color: #3F2F60; }
a { background-color: rgb(63,47,96); }
div.DivClassName
{
background-color: #3F2F60;
}
.BgClassName
{
background-color: #3F2F60;
}
</style>
border-color css
<style>
span { border-color: #3F2F60; }
span { border-color: rgb(63,47,96); }
td.TdClassName
{
border-color: #3F2F60;
}
.TagClassName
{
border-color: #3F2F60;
}
</style>