#413E50

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

Shades of Grape #413E50

Tints of Grape #413E50

Color information

#413E50 (or 0x413E50) is unknown color: approx Grape. HEX triplet: 41, 3E and 50. RGB value is (65,62,80). Sum of RGB (Red+Green+Blue) = 65+62+80=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #413E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E50 is #BEC1AF. Grayscale: #404040. Windows color (decimal): -12501424 or 5258817. OLE color: 5258817.

HSL color Cylindrical-coordinate representation of color #413E50: hue angle of 250º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413E50 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656280-
CMYK0.190.2200.69
HSL250º12.68%27.84%-
HSV(B)250º22.5%31.37%-
XYZ5.355.158.3-
YUV64.95136.49128.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=31.40%
G=29.95%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6562800.190.2200.6925012.6827.84
Hex413E501316045fad1c
Octal10176120232601053721534
Binary1000001111110101000010011101100100010111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E50; }

 p { color: rgb(65,62,80); }

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

<style>
 a { background-color: #413E50; }

 a { background-color: rgb(65,62,80); }

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

<style>
 span { border-color: #413E50; }

 span { border-color: rgb(65,62,80); }

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