Shades of Jacarta #44395E
Tints of Jacarta #44395E
RGB
CMYK
RGB Variations
Color information
#44395E (or 0x44395E) is known color: Jacarta. HEX triplet: 44, 39 and 5E. RGB value is (68,57,94). Sum of RGB (Red+Green+Blue) = 68+57+94=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #44395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44395E is #BBC6A1. Grayscale: #404040. Windows color (decimal): -12306082 or 6175044. OLE color: 6175044.
HSL color Cylindrical-coordinate representation of color #44395E: hue angle of 257.84º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44395E is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 57 | 94 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.63 |
| HSL | 257.84º | 0.25% | 0.3% | - |
| HSV(B) | 257.84º | 0.39% | 0.37% | - |
| XYZ | 5.87 | 4.96 | 11.24 | - |
| YUV | 64.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 94 | 0.28 | 0.39 | 0 | 0.63 | 257.84 | 0.25 | 0.3 |
| Hex | 44 | 39 | 5E | 1C | 27 | 0 | 3F | 102 | 19 | 1E |
| Octal | 104 | 71 | 136 | 34 | 47 | 0 | 77 | 402 | 31 | 36 |
| Binary | 1000100 | 111001 | 1011110 | 11100 | 100111 | 0 | 111111 | 100000010 | 11001 | 11110 |
Color Harmonies of #44395E
Complementary color
Monochromatic Colors of #44395E
Black with #44395E
Text Example
Text Example
White with #44395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44395E; }
p { color: rgb(68,57,94); }
H1.HeaderClassName
{
color: #44395E;
}
.AnyTagClassName
{
color: #44395E;
}
</style>
background-color css
<style>
a { background-color: #44395E; }
a { background-color: rgb(68,57,94); }
div.DivClassName
{
background-color: #44395E;
}
.BgClassName
{
background-color: #44395E;
}
</style>
border-color css
<style>
span { border-color: #44395E; }
span { border-color: rgb(68,57,94); }
td.TdClassName
{
border-color: #44395E;
}
.TagClassName
{
border-color: #44395E;
}
</style>