Shades of Grape #423A50
Tints of Grape #423A50
RGB
CMYK
RGB Variations
Color information
#423A50 (or 0x423A50) is known color: Grape. HEX triplet: 42, 3A and 50. RGB value is (66,58,80). Sum of RGB (Red+Green+Blue) = 66+58+80=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #423A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A50 is #BDC5AF. Grayscale: #3E3E3E. Windows color (decimal): -12436912 or 5257794. OLE color: 5257794.
HSL color Cylindrical-coordinate representation of color #423A50: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423A50 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 58 | 80 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.69 |
| HSL | 261.82º | 0.16% | 0.27% | - |
| HSV(B) | 261.82º | 0.28% | 0.31% | - |
| XYZ | 5.21 | 4.76 | 8.23 | - |
| YUV | 62.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 80 | 0.17 | 0.28 | 0 | 0.69 | 261.82 | 0.16 | 0.27 |
| Hex | 42 | 3A | 50 | 11 | 1C | 0 | 45 | 106 | 10 | 1B |
| Octal | 102 | 72 | 120 | 21 | 34 | 0 | 105 | 406 | 20 | 33 |
| Binary | 1000010 | 111010 | 1010000 | 10001 | 11100 | 0 | 1000101 | 100000110 | 10000 | 11011 |
Color Harmonies of #423A50
Complementary color
Monochromatic Colors of #423A50
Black with #423A50
Text Example
Text Example
White with #423A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A50; }
p { color: rgb(66,58,80); }
H1.HeaderClassName
{
color: #423A50;
}
.AnyTagClassName
{
color: #423A50;
}
</style>
background-color css
<style>
a { background-color: #423A50; }
a { background-color: rgb(66,58,80); }
div.DivClassName
{
background-color: #423A50;
}
.BgClassName
{
background-color: #423A50;
}
</style>
border-color css
<style>
span { border-color: #423A50; }
span { border-color: rgb(66,58,80); }
td.TdClassName
{
border-color: #423A50;
}
.TagClassName
{
border-color: #423A50;
}
</style>