Html Css Color HEX #413950 Grape

📋 copy color: '#413950'

red 65 ◦ green 57 ◦ blue 80

#413950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #413950

Tints of Grape #413950

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

 GREEN value IS 57 (22.66% from 255) = 28.22%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 32.18%
G = 28.22%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413950 (or 0x413950) is known color: Grape. HEX triplet: 41, 39 and 50. RGB value is (65,57,80). Sum of RGB (Red+Green+Blue) = 65+57+80=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #413950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413950 is #BEC6AF. Grayscale: #3D3D3D. Windows color (decimal): -12502704 or 5257537. OLE color: 5257537.

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

Color convert

RGB 65 57 80 -
CMYK 0.19 0.29 0 0.69
HSL 260.87º 0.17% 0.27% -
HSV(B) 260.87º 0.29% 0.31% -
XYZ 5.09 4.63 8.21 -
YUV 62.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 65 57 80 0.19 0.29 0 0.69 260.87 0.17 0.27
Hex 41 39 50 13 1D 0 45 105 11 1B
Octal 101 71 120 23 35 0 105 405 21 33
Binary 1000001 111001 1010000 10011 11101 0 1000101 100000101 10001 11011

Color Harmonies of #413950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413950

Black with #413950

Text Example


Text Example

White with #413950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413950; }

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

 H1.HeaderClassName
 {
   color: #413950;
 }
 .AnyTagClassName
 {
   color: #413950;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #413950;
 }
 .BgClassName
 {
   background-color: #413950;
 }
</style>

border-color css

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

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

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