Shades of Grape #443C58
Tints of Grape #443C58
RGB
CMYK
RGB Variations
Color information
#443C58 (or 0x443C58) is known color: Grape. HEX triplet: 44, 3C and 58. RGB value is (68,60,88). Sum of RGB (Red+Green+Blue) = 68+60+88=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #443C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C58 is #BBC3A7. Grayscale: #414141. Windows color (decimal): -12305320 or 5782596. OLE color: 5782596.
HSL color Cylindrical-coordinate representation of color #443C58: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443C58 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 60 | 88 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.65 |
| HSL | 257.14º | 0.19% | 0.29% | - |
| HSV(B) | 257.14º | 0.32% | 0.35% | - |
| XYZ | 5.76 | 5.17 | 9.93 | - |
| YUV | 65.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 88 | 0.23 | 0.32 | 0 | 0.65 | 257.14 | 0.19 | 0.29 |
| Hex | 44 | 3C | 58 | 17 | 20 | 0 | 41 | 101 | 13 | 1D |
| Octal | 104 | 74 | 130 | 27 | 40 | 0 | 101 | 401 | 23 | 35 |
| Binary | 1000100 | 111100 | 1011000 | 10111 | 100000 | 0 | 1000001 | 100000001 | 10011 | 11101 |
Color Harmonies of #443C58
Complementary color
Monochromatic Colors of #443C58
Black with #443C58
Text Example
Text Example
White with #443C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C58; }
p { color: rgb(68,60,88); }
H1.HeaderClassName
{
color: #443C58;
}
.AnyTagClassName
{
color: #443C58;
}
</style>
background-color css
<style>
a { background-color: #443C58; }
a { background-color: rgb(68,60,88); }
div.DivClassName
{
background-color: #443C58;
}
.BgClassName
{
background-color: #443C58;
}
</style>
border-color css
<style>
span { border-color: #443C58; }
span { border-color: rgb(68,60,88); }
td.TdClassName
{
border-color: #443C58;
}
.TagClassName
{
border-color: #443C58;
}
</style>