Shades of Jacarta #3F3560
Tints of Jacarta #3F3560
RGB
CMYK
RGB Variations
Color information
#3F3560 (or 0x3F3560) is known color: Jacarta. HEX triplet: 3F, 35 and 60. RGB value is (63,53,96). Sum of RGB (Red+Green+Blue) = 63+53+96=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3560 is #C0CA9F. Grayscale: #3C3C3C. Windows color (decimal): -12634784 or 6305087. OLE color: 6305087.
HSL color Cylindrical-coordinate representation of color #3F3560: hue angle of 253.95º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F3560 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 53 | 96 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.62 |
| HSL | 253.95º | 0.29% | 0.29% | - |
| HSV(B) | 253.95º | 0.45% | 0.38% | - |
| XYZ | 5.43 | 4.45 | 11.64 | - |
| YUV | 60.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 96 | 0.34 | 0.45 | 0 | 0.62 | 253.95 | 0.29 | 0.29 |
| Hex | 3F | 35 | 60 | 22 | 2D | 0 | 3E | FE | 1D | 1D |
| Octal | 77 | 65 | 140 | 42 | 55 | 0 | 76 | 376 | 35 | 35 |
| Binary | 111111 | 110101 | 1100000 | 100010 | 101101 | 0 | 111110 | 11111110 | 11101 | 11101 |
Color Harmonies of #3F3560
Complementary color
Monochromatic Colors of #3F3560
Black with #3F3560
Text Example
Text Example
White with #3F3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3560; }
p { color: rgb(63,53,96); }
H1.HeaderClassName
{
color: #3F3560;
}
.AnyTagClassName
{
color: #3F3560;
}
</style>
background-color css
<style>
a { background-color: #3F3560; }
a { background-color: rgb(63,53,96); }
div.DivClassName
{
background-color: #3F3560;
}
.BgClassName
{
background-color: #3F3560;
}
</style>
border-color css
<style>
span { border-color: #3F3560; }
span { border-color: rgb(63,53,96); }
td.TdClassName
{
border-color: #3F3560;
}
.TagClassName
{
border-color: #3F3560;
}
</style>