Shades of Jacarta #443E5A
Tints of Jacarta #443E5A
RGB
CMYK
RGB Variations
Color information
#443E5A (or 0x443E5A) is known color: Jacarta. HEX triplet: 44, 3E and 5A. RGB value is (68,62,90). Sum of RGB (Red+Green+Blue) = 68+62+90=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #443E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E5A is #BBC1A5. Grayscale: #424242. Windows color (decimal): -12304806 or 5914180. OLE color: 5914180.
HSL color Cylindrical-coordinate representation of color #443E5A: hue angle of 252.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #443E5A is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 62 | 90 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.65 |
| HSL | 252.86º | 0.18% | 0.3% | - |
| HSV(B) | 252.86º | 0.31% | 0.35% | - |
| XYZ | 5.95 | 5.41 | 10.4 | - |
| YUV | 66.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 90 | 0.24 | 0.31 | 0 | 0.65 | 252.86 | 0.18 | 0.3 |
| Hex | 44 | 3E | 5A | 18 | 1F | 0 | 41 | FD | 12 | 1E |
| Octal | 104 | 76 | 132 | 30 | 37 | 0 | 101 | 375 | 22 | 36 |
| Binary | 1000100 | 111110 | 1011010 | 11000 | 11111 | 0 | 1000001 | 11111101 | 10010 | 11110 |
Color Harmonies of #443E5A
Complementary color
Monochromatic Colors of #443E5A
Black with #443E5A
Text Example
Text Example
White with #443E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E5A; }
p { color: rgb(68,62,90); }
H1.HeaderClassName
{
color: #443E5A;
}
.AnyTagClassName
{
color: #443E5A;
}
</style>
background-color css
<style>
a { background-color: #443E5A; }
a { background-color: rgb(68,62,90); }
div.DivClassName
{
background-color: #443E5A;
}
.BgClassName
{
background-color: #443E5A;
}
</style>
border-color css
<style>
span { border-color: #443E5A; }
span { border-color: rgb(68,62,90); }
td.TdClassName
{
border-color: #443E5A;
}
.TagClassName
{
border-color: #443E5A;
}
</style>