Shades of Jacarta #443A5E
Tints of Jacarta #443A5E
RGB
CMYK
RGB Variations
Color information
#443A5E (or 0x443A5E) is known color: Jacarta. HEX triplet: 44, 3A and 5E. RGB value is (68,58,94). Sum of RGB (Red+Green+Blue) = 68+58+94=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #443A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A5E is #BBC5A1. Grayscale: #404040. Windows color (decimal): -12305826 or 6175300. OLE color: 6175300.
HSL color Cylindrical-coordinate representation of color #443A5E: hue angle of 256.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443A5E is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 58 | 94 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.63 |
| HSL | 256.67º | 0.24% | 0.3% | - |
| HSV(B) | 256.67º | 0.38% | 0.37% | - |
| XYZ | 5.92 | 5.06 | 11.26 | - |
| YUV | 65.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 94 | 0.28 | 0.38 | 0 | 0.63 | 256.67 | 0.24 | 0.3 |
| Hex | 44 | 3A | 5E | 1C | 26 | 0 | 3F | 101 | 18 | 1E |
| Octal | 104 | 72 | 136 | 34 | 46 | 0 | 77 | 401 | 30 | 36 |
| Binary | 1000100 | 111010 | 1011110 | 11100 | 100110 | 0 | 111111 | 100000001 | 11000 | 11110 |
Color Harmonies of #443A5E
Complementary color
Monochromatic Colors of #443A5E
Black with #443A5E
Text Example
Text Example
White with #443A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A5E; }
p { color: rgb(68,58,94); }
H1.HeaderClassName
{
color: #443A5E;
}
.AnyTagClassName
{
color: #443A5E;
}
</style>
background-color css
<style>
a { background-color: #443A5E; }
a { background-color: rgb(68,58,94); }
div.DivClassName
{
background-color: #443A5E;
}
.BgClassName
{
background-color: #443A5E;
}
</style>
border-color css
<style>
span { border-color: #443A5E; }
span { border-color: rgb(68,58,94); }
td.TdClassName
{
border-color: #443A5E;
}
.TagClassName
{
border-color: #443A5E;
}
</style>