Shades of Grape #3F3954
Tints of Grape #3F3954
RGB
CMYK
RGB Variations
Color information
#3F3954 (or 0x3F3954) is known color: Grape. HEX triplet: 3F, 39 and 54. RGB value is (63,57,84). Sum of RGB (Red+Green+Blue) = 63+57+84=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3954 is #C0C6AB. Grayscale: #3D3D3D. Windows color (decimal): -12633772 or 5519679. OLE color: 5519679.
HSL color Cylindrical-coordinate representation of color #3F3954: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F3954 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 57 | 84 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.67 |
| HSL | 253.33º | 0.19% | 0.28% | - |
| HSV(B) | 253.33º | 0.32% | 0.33% | - |
| XYZ | 5.11 | 4.62 | 9.01 | - |
| YUV | 61.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 84 | 0.25 | 0.32 | 0 | 0.67 | 253.33 | 0.19 | 0.28 |
| Hex | 3F | 39 | 54 | 19 | 20 | 0 | 43 | FD | 13 | 1C |
| Octal | 77 | 71 | 124 | 31 | 40 | 0 | 103 | 375 | 23 | 34 |
| Binary | 111111 | 111001 | 1010100 | 11001 | 100000 | 0 | 1000011 | 11111101 | 10011 | 11100 |
Color Harmonies of #3F3954
Complementary color
Monochromatic Colors of #3F3954
Black with #3F3954
Text Example
Text Example
White with #3F3954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3954; }
p { color: rgb(63,57,84); }
H1.HeaderClassName
{
color: #3F3954;
}
.AnyTagClassName
{
color: #3F3954;
}
</style>
background-color css
<style>
a { background-color: #3F3954; }
a { background-color: rgb(63,57,84); }
div.DivClassName
{
background-color: #3F3954;
}
.BgClassName
{
background-color: #3F3954;
}
</style>
border-color css
<style>
span { border-color: #3F3954; }
span { border-color: rgb(63,57,84); }
td.TdClassName
{
border-color: #3F3954;
}
.TagClassName
{
border-color: #3F3954;
}
</style>