Shades of Jacarta #443C5C
Tints of Jacarta #443C5C
RGB
CMYK
RGB Variations
Color information
#443C5C (or 0x443C5C) is known color: Jacarta. HEX triplet: 44, 3C and 5C. RGB value is (68,60,92). Sum of RGB (Red+Green+Blue) = 68+60+92=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #443C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C5C is #BBC3A3. Grayscale: #414141. Windows color (decimal): -12305316 or 6044740. OLE color: 6044740.
HSL color Cylindrical-coordinate representation of color #443C5C: hue angle of 255º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443C5C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 60 | 92 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.64 |
| HSL | 255º | 0.21% | 0.3% | - |
| HSV(B) | 255º | 0.35% | 0.36% | - |
| XYZ | 5.93 | 5.23 | 10.82 | - |
| YUV | 66.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 92 | 0.26 | 0.35 | 0 | 0.64 | 255 | 0.21 | 0.3 |
| Hex | 44 | 3C | 5C | 1A | 23 | 0 | 40 | FF | 15 | 1E |
| Octal | 104 | 74 | 134 | 32 | 43 | 0 | 100 | 377 | 25 | 36 |
| Binary | 1000100 | 111100 | 1011100 | 11010 | 100011 | 0 | 1000000 | 11111111 | 10101 | 11110 |
Color Harmonies of #443C5C
Complementary color
Monochromatic Colors of #443C5C
Black with #443C5C
Text Example
Text Example
White with #443C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C5C; }
p { color: rgb(68,60,92); }
H1.HeaderClassName
{
color: #443C5C;
}
.AnyTagClassName
{
color: #443C5C;
}
</style>
background-color css
<style>
a { background-color: #443C5C; }
a { background-color: rgb(68,60,92); }
div.DivClassName
{
background-color: #443C5C;
}
.BgClassName
{
background-color: #443C5C;
}
</style>
border-color css
<style>
span { border-color: #443C5C; }
span { border-color: rgb(68,60,92); }
td.TdClassName
{
border-color: #443C5C;
}
.TagClassName
{
border-color: #443C5C;
}
</style>