Shades of Jacarta #3F2F63
Tints of Jacarta #3F2F63
RGB
CMYK
RGB Variations
Color information
#3F2F63 (or 0x3F2F63) is known color: Jacarta. HEX triplet: 3F, 2F and 63. RGB value is (63,47,99). Sum of RGB (Red+Green+Blue) = 63+47+99=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F63 is #C0D09C. Grayscale: #393939. Windows color (decimal): -12636317 or 6500159. OLE color: 6500159.
HSL color Cylindrical-coordinate representation of color #3F2F63: hue angle of 258.46º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F2F63 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 47 | 99 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.61 |
| HSL | 258.46º | 0.36% | 0.29% | - |
| HSV(B) | 258.46º | 0.53% | 0.39% | - |
| XYZ | 5.32 | 3.99 | 12.29 | - |
| YUV | 57.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 99 | 0.36 | 0.53 | 0 | 0.61 | 258.46 | 0.36 | 0.29 |
| Hex | 3F | 2F | 63 | 24 | 35 | 0 | 3D | 102 | 24 | 1D |
| Octal | 77 | 57 | 143 | 44 | 65 | 0 | 75 | 402 | 44 | 35 |
| Binary | 111111 | 101111 | 1100011 | 100100 | 110101 | 0 | 111101 | 100000010 | 100100 | 11101 |
Color Harmonies of #3F2F63
Complementary color
Monochromatic Colors of #3F2F63
Black with #3F2F63
Text Example
Text Example
White with #3F2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F63; }
p { color: rgb(63,47,99); }
H1.HeaderClassName
{
color: #3F2F63;
}
.AnyTagClassName
{
color: #3F2F63;
}
</style>
background-color css
<style>
a { background-color: #3F2F63; }
a { background-color: rgb(63,47,99); }
div.DivClassName
{
background-color: #3F2F63;
}
.BgClassName
{
background-color: #3F2F63;
}
</style>
border-color css
<style>
span { border-color: #3F2F63; }
span { border-color: rgb(63,47,99); }
td.TdClassName
{
border-color: #3F2F63;
}
.TagClassName
{
border-color: #3F2F63;
}
</style>