#3D394E

Color #3D394E Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #3D394E

Tints of Grape #3D394E

Color information

#3D394E (or 0x3D394E) is unknown color: approx Grape. HEX triplet: 3D, 39 and 4E. RGB value is (61,57,78). Sum of RGB (Red+Green+Blue) = 61+57+78=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D394E is #C2C6B1. Grayscale: #3C3C3C. Windows color (decimal): -12764850 or 5126461. OLE color: 5126461.

HSL color Cylindrical-coordinate representation of color #3D394E: hue angle of 251.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D394E is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB615778-
CMYK0.220.2700.69
HSL251.43º15.56%26.47%-
HSV(B)251.43º26.92%30.59%-
XYZ4.764.477.82-
YUV60.59137.83128.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 31.12%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=31.12%
G=29.08%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6157780.220.2700.69251.4315.5626.47
Hex3D394E161B045fb101a
Octal7571116263301053732032
Binary1111011110011001110101101101101000101111110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D394E; }

 p { color: rgb(61,57,78); }

 H1.HeaderClassName
 {
   color: #3D394E;
 }
 .AnyTagClassName
 {
   color: #3D394E;
 }
</style>
background-color css

<style>
 a { background-color: #3D394E; }

 a { background-color: rgb(61,57,78); }

 div.DivClassName
 {
   background-color: #3D394E;
 }
 .BgClassName
 {
   background-color: #3D394E;
 }
</style>
border-color css

<style>
 span { border-color: #3D394E; }

 span { border-color: rgb(61,57,78); }

 td.TdClassName
 {
   border-color: #3D394E;
 }
 .TagClassName
 {
   border-color: #3D394E;
 }
</style>