Shades of Jacarta #3F2E63
Tints of Jacarta #3F2E63
RGB
CMYK
RGB Variations
Color information
#3F2E63 (or 0x3F2E63) is known color: Jacarta. HEX triplet: 3F, 2E and 63. RGB value is (63,46,99). Sum of RGB (Red+Green+Blue) = 63+46+99=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F2E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E63 is #C0D19C. Grayscale: #383838. Windows color (decimal): -12636573 or 6499903. OLE color: 6499903.
HSL color Cylindrical-coordinate representation of color #3F2E63: hue angle of 259.25º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F2E63 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 46 | 99 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.61 |
| HSL | 259.25º | 0.37% | 0.28% | - |
| HSV(B) | 259.25º | 0.54% | 0.39% | - |
| XYZ | 5.28 | 3.91 | 12.28 | - |
| YUV | 57.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 99 | 0.36 | 0.54 | 0 | 0.61 | 259.25 | 0.37 | 0.28 |
| Hex | 3F | 2E | 63 | 24 | 36 | 0 | 3D | 103 | 25 | 1C |
| Octal | 77 | 56 | 143 | 44 | 66 | 0 | 75 | 403 | 45 | 34 |
| Binary | 111111 | 101110 | 1100011 | 100100 | 110110 | 0 | 111101 | 100000011 | 100101 | 11100 |
Color Harmonies of #3F2E63
Complementary color
Monochromatic Colors of #3F2E63
Black with #3F2E63
Text Example
Text Example
White with #3F2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E63; }
p { color: rgb(63,46,99); }
H1.HeaderClassName
{
color: #3F2E63;
}
.AnyTagClassName
{
color: #3F2E63;
}
</style>
background-color css
<style>
a { background-color: #3F2E63; }
a { background-color: rgb(63,46,99); }
div.DivClassName
{
background-color: #3F2E63;
}
.BgClassName
{
background-color: #3F2E63;
}
</style>
border-color css
<style>
span { border-color: #3F2E63; }
span { border-color: rgb(63,46,99); }
td.TdClassName
{
border-color: #3F2E63;
}
.TagClassName
{
border-color: #3F2E63;
}
</style>