Shades of Jacarta #3F3960
Tints of Jacarta #3F3960
RGB
CMYK
RGB Variations
Color information
#3F3960 (or 0x3F3960) is known color: Jacarta. HEX triplet: 3F, 39 and 60. RGB value is (63,57,96). Sum of RGB (Red+Green+Blue) = 63+57+96=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F3960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3960 is #C0C69F. Grayscale: #3F3F3F. Windows color (decimal): -12633760 or 6306111. OLE color: 6306111.
HSL color Cylindrical-coordinate representation of color #3F3960: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F3960 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 57 | 96 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.62 |
| HSL | 249.23º | 0.25% | 0.3% | - |
| HSV(B) | 249.23º | 0.41% | 0.38% | - |
| XYZ | 5.62 | 4.83 | 11.7 | - |
| YUV | 63.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 96 | 0.34 | 0.41 | 0 | 0.62 | 249.23 | 0.25 | 0.3 |
| Hex | 3F | 39 | 60 | 22 | 29 | 0 | 3E | F9 | 19 | 1E |
| Octal | 77 | 71 | 140 | 42 | 51 | 0 | 76 | 371 | 31 | 36 |
| Binary | 111111 | 111001 | 1100000 | 100010 | 101001 | 0 | 111110 | 11111001 | 11001 | 11110 |
Color Harmonies of #3F3960
Complementary color
Monochromatic Colors of #3F3960
Black with #3F3960
Text Example
Text Example
White with #3F3960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3960; }
p { color: rgb(63,57,96); }
H1.HeaderClassName
{
color: #3F3960;
}
.AnyTagClassName
{
color: #3F3960;
}
</style>
background-color css
<style>
a { background-color: #3F3960; }
a { background-color: rgb(63,57,96); }
div.DivClassName
{
background-color: #3F3960;
}
.BgClassName
{
background-color: #3F3960;
}
</style>
border-color css
<style>
span { border-color: #3F3960; }
span { border-color: rgb(63,57,96); }
td.TdClassName
{
border-color: #3F3960;
}
.TagClassName
{
border-color: #3F3960;
}
</style>