Shades of Jacarta #3F315B
Tints of Jacarta #3F315B
RGB
CMYK
RGB Variations
Color information
#3F315B (or 0x3F315B) is known color: Jacarta. HEX triplet: 3F, 31 and 5B. RGB value is (63,49,91). Sum of RGB (Red+Green+Blue) = 63+49+91=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F315B is #C0CEA4. Grayscale: #393939. Windows color (decimal): -12635813 or 5976383. OLE color: 5976383.
HSL color Cylindrical-coordinate representation of color #3F315B: hue angle of 260º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F315B is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 49 | 91 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.64 |
| HSL | 260º | 0.3% | 0.27% | - |
| HSV(B) | 260º | 0.46% | 0.36% | - |
| XYZ | 5.04 | 4.01 | 10.41 | - |
| YUV | 57.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 91 | 0.31 | 0.46 | 0 | 0.64 | 260 | 0.3 | 0.27 |
| Hex | 3F | 31 | 5B | 1F | 2E | 0 | 40 | 104 | 1E | 1B |
| Octal | 77 | 61 | 133 | 37 | 56 | 0 | 100 | 404 | 36 | 33 |
| Binary | 111111 | 110001 | 1011011 | 11111 | 101110 | 0 | 1000000 | 100000100 | 11110 | 11011 |
Color Harmonies of #3F315B
Complementary color
Monochromatic Colors of #3F315B
Black with #3F315B
Text Example
Text Example
White with #3F315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F315B; }
p { color: rgb(63,49,91); }
H1.HeaderClassName
{
color: #3F315B;
}
.AnyTagClassName
{
color: #3F315B;
}
</style>
background-color css
<style>
a { background-color: #3F315B; }
a { background-color: rgb(63,49,91); }
div.DivClassName
{
background-color: #3F315B;
}
.BgClassName
{
background-color: #3F315B;
}
</style>
border-color css
<style>
span { border-color: #3F315B; }
span { border-color: rgb(63,49,91); }
td.TdClassName
{
border-color: #3F315B;
}
.TagClassName
{
border-color: #3F315B;
}
</style>