Shades of Jacarta #3F325D
Tints of Jacarta #3F325D
RGB
CMYK
RGB Variations
Color information
#3F325D (or 0x3F325D) is known color: Jacarta. HEX triplet: 3F, 32 and 5D. RGB value is (63,50,93). Sum of RGB (Red+Green+Blue) = 63+50+93=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F325D is #C0CDA2. Grayscale: #3A3A3A. Windows color (decimal): -12635555 or 6107711. OLE color: 6107711.
HSL color Cylindrical-coordinate representation of color #3F325D: hue angle of 258.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F325D is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 50 | 93 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.64 |
| HSL | 258.14º | 0.3% | 0.28% | - |
| HSV(B) | 258.14º | 0.46% | 0.36% | - |
| XYZ | 5.17 | 4.13 | 10.88 | - |
| YUV | 58.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 93 | 0.32 | 0.46 | 0 | 0.64 | 258.14 | 0.3 | 0.28 |
| Hex | 3F | 32 | 5D | 20 | 2E | 0 | 40 | 102 | 1E | 1C |
| Octal | 77 | 62 | 135 | 40 | 56 | 0 | 100 | 402 | 36 | 34 |
| Binary | 111111 | 110010 | 1011101 | 100000 | 101110 | 0 | 1000000 | 100000010 | 11110 | 11100 |
Color Harmonies of #3F325D
Complementary color
Monochromatic Colors of #3F325D
Black with #3F325D
Text Example
Text Example
White with #3F325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F325D; }
p { color: rgb(63,50,93); }
H1.HeaderClassName
{
color: #3F325D;
}
.AnyTagClassName
{
color: #3F325D;
}
</style>
background-color css
<style>
a { background-color: #3F325D; }
a { background-color: rgb(63,50,93); }
div.DivClassName
{
background-color: #3F325D;
}
.BgClassName
{
background-color: #3F325D;
}
</style>
border-color css
<style>
span { border-color: #3F325D; }
span { border-color: rgb(63,50,93); }
td.TdClassName
{
border-color: #3F325D;
}
.TagClassName
{
border-color: #3F325D;
}
</style>