Shades of Jacarta #44325E
Tints of Jacarta #44325E
RGB
CMYK
RGB Variations
Color information
#44325E (or 0x44325E) is known color: Jacarta. HEX triplet: 44, 32 and 5E. RGB value is (68,50,94). Sum of RGB (Red+Green+Blue) = 68+50+94=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #44325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44325E is #BBCDA1. Grayscale: #3C3C3C. Windows color (decimal): -12307874 or 6173252. OLE color: 6173252.
HSL color Cylindrical-coordinate representation of color #44325E: hue angle of 264.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44325E is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 50 | 94 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.63 |
| HSL | 264.55º | 0.31% | 0.28% | - |
| HSV(B) | 264.55º | 0.47% | 0.37% | - |
| XYZ | 5.54 | 4.32 | 11.13 | - |
| YUV | 60.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 94 | 0.28 | 0.47 | 0 | 0.63 | 264.55 | 0.31 | 0.28 |
| Hex | 44 | 32 | 5E | 1C | 2F | 0 | 3F | 109 | 1F | 1C |
| Octal | 104 | 62 | 136 | 34 | 57 | 0 | 77 | 411 | 37 | 34 |
| Binary | 1000100 | 110010 | 1011110 | 11100 | 101111 | 0 | 111111 | 100001001 | 11111 | 11100 |
Color Harmonies of #44325E
Complementary color
Monochromatic Colors of #44325E
Black with #44325E
Text Example
Text Example
White with #44325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44325E; }
p { color: rgb(68,50,94); }
H1.HeaderClassName
{
color: #44325E;
}
.AnyTagClassName
{
color: #44325E;
}
</style>
background-color css
<style>
a { background-color: #44325E; }
a { background-color: rgb(68,50,94); }
div.DivClassName
{
background-color: #44325E;
}
.BgClassName
{
background-color: #44325E;
}
</style>
border-color css
<style>
span { border-color: #44325E; }
span { border-color: rgb(68,50,94); }
td.TdClassName
{
border-color: #44325E;
}
.TagClassName
{
border-color: #44325E;
}
</style>