Shades of Grape #3D3852
Tints of Grape #3D3852
RGB
CMYK
RGB Variations
Color information
#3D3852 (or 0x3D3852) is known color: Grape. HEX triplet: 3D, 38 and 52. RGB value is (61,56,82). Sum of RGB (Red+Green+Blue) = 61+56+82=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D3852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3852 is #C2C7AD. Grayscale: #3C3C3C. Windows color (decimal): -12765102 or 5388349. OLE color: 5388349.
HSL color Cylindrical-coordinate representation of color #3D3852: hue angle of 251.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3852 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 56 | 82 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.68 |
| HSL | 251.54º | 0.19% | 0.27% | - |
| HSV(B) | 251.54º | 0.32% | 0.32% | - |
| XYZ | 4.86 | 4.43 | 8.58 | - |
| YUV | 60.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 82 | 0.26 | 0.32 | 0 | 0.68 | 251.54 | 0.19 | 0.27 |
| Hex | 3D | 38 | 52 | 1A | 20 | 0 | 44 | FC | 13 | 1B |
| Octal | 75 | 70 | 122 | 32 | 40 | 0 | 104 | 374 | 23 | 33 |
| Binary | 111101 | 111000 | 1010010 | 11010 | 100000 | 0 | 1000100 | 11111100 | 10011 | 11011 |
Color Harmonies of #3D3852
Complementary color
Monochromatic Colors of #3D3852
Black with #3D3852
Text Example
Text Example
White with #3D3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3852; }
p { color: rgb(61,56,82); }
H1.HeaderClassName
{
color: #3D3852;
}
.AnyTagClassName
{
color: #3D3852;
}
</style>
background-color css
<style>
a { background-color: #3D3852; }
a { background-color: rgb(61,56,82); }
div.DivClassName
{
background-color: #3D3852;
}
.BgClassName
{
background-color: #3D3852;
}
</style>
border-color css
<style>
span { border-color: #3D3852; }
span { border-color: rgb(61,56,82); }
td.TdClassName
{
border-color: #3D3852;
}
.TagClassName
{
border-color: #3D3852;
}
</style>