Shades of Grape #3D3A4C
Tints of Grape #3D3A4C
RGB
CMYK
RGB Variations
Color information
#3D3A4C (or 0x3D3A4C) is known color: Grape. HEX triplet: 3D, 3A and 4C. RGB value is (61,58,76). Sum of RGB (Red+Green+Blue) = 61+58+76=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D3A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A4C is #C2C5B3. Grayscale: #3C3C3C. Windows color (decimal): -12764596 or 4995645. OLE color: 4995645.
HSL color Cylindrical-coordinate representation of color #3D3A4C: hue angle of 250º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D3A4C is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 58 | 76 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.70 |
| HSL | 250º | 0.13% | 0.26% | - |
| HSV(B) | 250º | 0.24% | 0.3% | - |
| XYZ | 4.74 | 4.54 | 7.46 | - |
| YUV | 60.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 76 | 0.20 | 0.24 | 0 | 0.70 | 250 | 0.13 | 0.26 |
| Hex | 3D | 3A | 4C | 14 | 18 | 0 | 46 | FA | D | 1A |
| Octal | 75 | 72 | 114 | 24 | 30 | 0 | 106 | 372 | 15 | 32 |
| Binary | 111101 | 111010 | 1001100 | 10100 | 11000 | 0 | 1000110 | 11111010 | 1101 | 11010 |
Color Harmonies of #3D3A4C
Complementary color
Monochromatic Colors of #3D3A4C
Black with #3D3A4C
Text Example
Text Example
White with #3D3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A4C; }
p { color: rgb(61,58,76); }
H1.HeaderClassName
{
color: #3D3A4C;
}
.AnyTagClassName
{
color: #3D3A4C;
}
</style>
background-color css
<style>
a { background-color: #3D3A4C; }
a { background-color: rgb(61,58,76); }
div.DivClassName
{
background-color: #3D3A4C;
}
.BgClassName
{
background-color: #3D3A4C;
}
</style>
border-color css
<style>
span { border-color: #3D3A4C; }
span { border-color: rgb(61,58,76); }
td.TdClassName
{
border-color: #3D3A4C;
}
.TagClassName
{
border-color: #3D3A4C;
}
</style>