Html Css Color HEX #413B50 Grape

📋 copy color: '#413B50'

red 65 ◦ green 59 ◦ blue 80

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

Shades of Grape #413B50

Tints of Grape #413B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 31.86%
G = 28.92%
B = 39.22%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413B50 (or 0x413B50) is known color: Grape. HEX triplet: 41, 3B and 50. RGB value is (65,59,80). Sum of RGB (Red+Green+Blue) = 65+59+80=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #413B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B50 is #BEC4AF. Grayscale: #3F3F3F. Windows color (decimal): -12502192 or 5258049. OLE color: 5258049.

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

Color convert

RGB 65 59 80 -
CMYK 0.19 0.26 0 0.69
HSL 257.14º 0.15% 0.27% -
HSV(B) 257.14º 0.26% 0.31% -
XYZ 5.19 4.83 8.25 -
YUV 63.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 65 59 80 0.19 0.26 0 0.69 257.14 0.15 0.27
Hex 41 3B 50 13 1A 0 45 101 F 1B
Octal 101 73 120 23 32 0 105 401 17 33
Binary 1000001 111011 1010000 10011 11010 0 1000101 100000001 1111 11011

Color Harmonies of #413B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B50

Black with #413B50

Text Example


Text Example

White with #413B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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