#413A50

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

Shades of Grape #413A50

Tints of Grape #413A50

Color information

#413A50 (or 0x413A50) is unknown color: approx Grape. HEX triplet: 41, 3A and 50. RGB value is (65,58,80). Sum of RGB (Red+Green+Blue) = 65+58+80=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #413A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A50 is #BEC5AF. Grayscale: #3E3E3E. Windows color (decimal): -12502448 or 5257793. OLE color: 5257793.

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

Color convert

RGB655880-
CMYK0.190.2800.69
HSL259.09º15.94%27.06%-
HSV(B)259.09º27.5%31.37%-
XYZ5.144.738.23-
YUV62.6137.82129.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=32.02%
G=28.57%
B=39.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6558800.190.2800.69259.0915.9427.06
Hex413A50131C045103101b
Octal10172120233401054032033
Binary100000111101010100001001111100010001011000000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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