Shades of Jacarta #3F3355
Tints of Jacarta #3F3355
RGB
CMYK
RGB Variations
Color information
#3F3355 (or 0x3F3355) is known color: Jacarta. HEX triplet: 3F, 33 and 55. RGB value is (63,51,85). Sum of RGB (Red+Green+Blue) = 63+51+85=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3355 is #C0CCAA. Grayscale: #3A3A3A. Windows color (decimal): -12635307 or 5583679. OLE color: 5583679.
HSL color Cylindrical-coordinate representation of color #3F3355: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3355 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 51 | 85 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.67 |
| HSL | 261.18º | 0.25% | 0.27% | - |
| HSV(B) | 261.18º | 0.4% | 0.33% | - |
| XYZ | 4.87 | 4.08 | 9.13 | - |
| YUV | 58.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 85 | 0.26 | 0.40 | 0 | 0.67 | 261.18 | 0.25 | 0.27 |
| Hex | 3F | 33 | 55 | 1A | 28 | 0 | 43 | 105 | 19 | 1B |
| Octal | 77 | 63 | 125 | 32 | 50 | 0 | 103 | 405 | 31 | 33 |
| Binary | 111111 | 110011 | 1010101 | 11010 | 101000 | 0 | 1000011 | 100000101 | 11001 | 11011 |
Color Harmonies of #3F3355
Complementary color
Monochromatic Colors of #3F3355
Black with #3F3355
Text Example
Text Example
White with #3F3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3355; }
p { color: rgb(63,51,85); }
H1.HeaderClassName
{
color: #3F3355;
}
.AnyTagClassName
{
color: #3F3355;
}
</style>
background-color css
<style>
a { background-color: #3F3355; }
a { background-color: rgb(63,51,85); }
div.DivClassName
{
background-color: #3F3355;
}
.BgClassName
{
background-color: #3F3355;
}
</style>
border-color css
<style>
span { border-color: #3F3355; }
span { border-color: rgb(63,51,85); }
td.TdClassName
{
border-color: #3F3355;
}
.TagClassName
{
border-color: #3F3355;
}
</style>