Shades of Grape #423B4F
Tints of Grape #423B4F
RGB
CMYK
RGB Variations
Color information
#423B4F (or 0x423B4F) is known color: Grape. HEX triplet: 42, 3B and 4F. RGB value is (66,59,79). Sum of RGB (Red+Green+Blue) = 66+59+79=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #423B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B4F is #BDC4B0. Grayscale: #3F3F3F. Windows color (decimal): -12436657 or 5192514. OLE color: 5192514.
HSL color Cylindrical-coordinate representation of color #423B4F: hue angle of 261º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #423B4F is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 59 | 79 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.69 |
| HSL | 261º | 0.14% | 0.27% | - |
| HSV(B) | 261º | 0.25% | 0.31% | - |
| XYZ | 5.22 | 4.85 | 8.06 | - |
| YUV | 63.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 79 | 0.16 | 0.25 | 0 | 0.69 | 261 | 0.14 | 0.27 |
| Hex | 42 | 3B | 4F | 10 | 19 | 0 | 45 | 105 | E | 1B |
| Octal | 102 | 73 | 117 | 20 | 31 | 0 | 105 | 405 | 16 | 33 |
| Binary | 1000010 | 111011 | 1001111 | 10000 | 11001 | 0 | 1000101 | 100000101 | 1110 | 11011 |
Color Harmonies of #423B4F
Complementary color
Monochromatic Colors of #423B4F
Black with #423B4F
Text Example
Text Example
White with #423B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B4F; }
p { color: rgb(66,59,79); }
H1.HeaderClassName
{
color: #423B4F;
}
.AnyTagClassName
{
color: #423B4F;
}
</style>
background-color css
<style>
a { background-color: #423B4F; }
a { background-color: rgb(66,59,79); }
div.DivClassName
{
background-color: #423B4F;
}
.BgClassName
{
background-color: #423B4F;
}
</style>
border-color css
<style>
span { border-color: #423B4F; }
span { border-color: rgb(66,59,79); }
td.TdClassName
{
border-color: #423B4F;
}
.TagClassName
{
border-color: #423B4F;
}
</style>