Html Css Color HEX #413C50 Grape

📋 copy color: '#413C50'

red 65 ◦ green 60 ◦ blue 80

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

Shades of Grape #413C50

Tints of Grape #413C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

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

R = 31.71%
G = 29.27%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413C50 (or 0x413C50) is known color: Grape. HEX triplet: 41, 3C and 50. RGB value is (65,60,80). Sum of RGB (Red+Green+Blue) = 65+60+80=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #413C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C50 is #BEC3AF. Grayscale: #3F3F3F. Windows color (decimal): -12501936 or 5258305. OLE color: 5258305.

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

Color convert

RGB 65 60 80 -
CMYK 0.19 0.25 0 0.69
HSL 255º 0.14% 0.27% -
HSV(B) 255º 0.25% 0.31% -
XYZ 5.24 4.93 8.27 -
YUV 63.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 65 60 80 0.19 0.25 0 0.69 255 0.14 0.27
Hex 41 3C 50 13 19 0 45 FF E 1B
Octal 101 74 120 23 31 0 105 377 16 33
Binary 1000001 111100 1010000 10011 11001 0 1000101 11111111 1110 11011

Color Harmonies of #413C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C50

Black with #413C50

Text Example


Text Example

White with #413C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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