Shades of Jacarta #443D5C
Tints of Jacarta #443D5C
RGB
CMYK
RGB Variations
Color information
#443D5C (or 0x443D5C) is known color: Jacarta. HEX triplet: 44, 3D and 5C. RGB value is (68,61,92). Sum of RGB (Red+Green+Blue) = 68+61+92=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #443D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D5C is #BBC2A3. Grayscale: #424242. Windows color (decimal): -12305060 or 6044996. OLE color: 6044996.
HSL color Cylindrical-coordinate representation of color #443D5C: hue angle of 253.55º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443D5C is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 61 | 92 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.64 |
| HSL | 253.55º | 0.2% | 0.3% | - |
| HSV(B) | 253.55º | 0.34% | 0.36% | - |
| XYZ | 5.98 | 5.34 | 10.84 | - |
| YUV | 66.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 92 | 0.26 | 0.34 | 0 | 0.64 | 253.55 | 0.2 | 0.3 |
| Hex | 44 | 3D | 5C | 1A | 22 | 0 | 40 | FE | 14 | 1E |
| Octal | 104 | 75 | 134 | 32 | 42 | 0 | 100 | 376 | 24 | 36 |
| Binary | 1000100 | 111101 | 1011100 | 11010 | 100010 | 0 | 1000000 | 11111110 | 10100 | 11110 |
Color Harmonies of #443D5C
Complementary color
Monochromatic Colors of #443D5C
Black with #443D5C
Text Example
Text Example
White with #443D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D5C; }
p { color: rgb(68,61,92); }
H1.HeaderClassName
{
color: #443D5C;
}
.AnyTagClassName
{
color: #443D5C;
}
</style>
background-color css
<style>
a { background-color: #443D5C; }
a { background-color: rgb(68,61,92); }
div.DivClassName
{
background-color: #443D5C;
}
.BgClassName
{
background-color: #443D5C;
}
</style>
border-color css
<style>
span { border-color: #443D5C; }
span { border-color: rgb(68,61,92); }
td.TdClassName
{
border-color: #443D5C;
}
.TagClassName
{
border-color: #443D5C;
}
</style>