Shades of Jacarta #3F3558
Tints of Jacarta #3F3558
RGB
CMYK
RGB Variations
Color information
#3F3558 (or 0x3F3558) is known color: Jacarta. HEX triplet: 3F, 35 and 58. RGB value is (63,53,88). Sum of RGB (Red+Green+Blue) = 63+53+88=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3558 is #C0CAA7. Grayscale: #3B3B3B. Windows color (decimal): -12634792 or 5780799. OLE color: 5780799.
HSL color Cylindrical-coordinate representation of color #3F3558: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3558 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 53 | 88 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.65 |
| HSL | 257.14º | 0.25% | 0.28% | - |
| HSV(B) | 257.14º | 0.4% | 0.35% | - |
| XYZ | 5.08 | 4.31 | 9.8 | - |
| YUV | 59.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 88 | 0.28 | 0.40 | 0 | 0.65 | 257.14 | 0.25 | 0.28 |
| Hex | 3F | 35 | 58 | 1C | 28 | 0 | 41 | 101 | 19 | 1C |
| Octal | 77 | 65 | 130 | 34 | 50 | 0 | 101 | 401 | 31 | 34 |
| Binary | 111111 | 110101 | 1011000 | 11100 | 101000 | 0 | 1000001 | 100000001 | 11001 | 11100 |
Color Harmonies of #3F3558
Complementary color
Monochromatic Colors of #3F3558
Black with #3F3558
Text Example
Text Example
White with #3F3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3558; }
p { color: rgb(63,53,88); }
H1.HeaderClassName
{
color: #3F3558;
}
.AnyTagClassName
{
color: #3F3558;
}
</style>
background-color css
<style>
a { background-color: #3F3558; }
a { background-color: rgb(63,53,88); }
div.DivClassName
{
background-color: #3F3558;
}
.BgClassName
{
background-color: #3F3558;
}
</style>
border-color css
<style>
span { border-color: #3F3558; }
span { border-color: rgb(63,53,88); }
td.TdClassName
{
border-color: #3F3558;
}
.TagClassName
{
border-color: #3F3558;
}
</style>