Shades of Jacarta #443361
Tints of Jacarta #443361
RGB
CMYK
RGB Variations
Color information
#443361 (or 0x443361) is known color: Jacarta. HEX triplet: 44, 33 and 61. RGB value is (68,51,97). Sum of RGB (Red+Green+Blue) = 68+51+97=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #443361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443361 is #BBCC9E. Grayscale: #3D3D3D. Windows color (decimal): -12307615 or 6370116. OLE color: 6370116.
HSL color Cylindrical-coordinate representation of color #443361: hue angle of 262.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #443361 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 51 | 97 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.62 |
| HSL | 262.17º | 0.31% | 0.29% | - |
| HSV(B) | 262.17º | 0.47% | 0.38% | - |
| XYZ | 5.73 | 4.46 | 11.87 | - |
| YUV | 61.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 97 | 0.30 | 0.47 | 0 | 0.62 | 262.17 | 0.31 | 0.29 |
| Hex | 44 | 33 | 61 | 1E | 2F | 0 | 3E | 106 | 1F | 1D |
| Octal | 104 | 63 | 141 | 36 | 57 | 0 | 76 | 406 | 37 | 35 |
| Binary | 1000100 | 110011 | 1100001 | 11110 | 101111 | 0 | 111110 | 100000110 | 11111 | 11101 |
Color Harmonies of #443361
Complementary color
Monochromatic Colors of #443361
Black with #443361
Text Example
Text Example
White with #443361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443361; }
p { color: rgb(68,51,97); }
H1.HeaderClassName
{
color: #443361;
}
.AnyTagClassName
{
color: #443361;
}
</style>
background-color css
<style>
a { background-color: #443361; }
a { background-color: rgb(68,51,97); }
div.DivClassName
{
background-color: #443361;
}
.BgClassName
{
background-color: #443361;
}
</style>
border-color css
<style>
span { border-color: #443361; }
span { border-color: rgb(68,51,97); }
td.TdClassName
{
border-color: #443361;
}
.TagClassName
{
border-color: #443361;
}
</style>