Html Css Color HEX #413750 Grape

📋 copy color: '#413750'

red 65 ◦ green 55 ◦ blue 80

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

Shades of Grape #413750

Tints of Grape #413750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 32.5%
G = 27.5%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413750 (or 0x413750) is known color: Grape. HEX triplet: 41, 37 and 50. RGB value is (65,55,80). Sum of RGB (Red+Green+Blue) = 65+55+80=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #413750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413750 is #BEC8AF. Grayscale: #3C3C3C. Windows color (decimal): -12503216 or 5257025. OLE color: 5257025.

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

Color convert

RGB 65 55 80 -
CMYK 0.19 0.31 0 0.69
HSL 264º 0.19% 0.26% -
HSV(B) 264º 0.31% 0.31% -
XYZ 4.99 4.44 8.18 -
YUV 60.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 65 55 80 0.19 0.31 0 0.69 264 0.19 0.26
Hex 41 37 50 13 1F 0 45 108 13 1A
Octal 101 67 120 23 37 0 105 410 23 32
Binary 1000001 110111 1010000 10011 11111 0 1000101 100001000 10011 11010

Color Harmonies of #413750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413750

Black with #413750

Text Example


Text Example

White with #413750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413750; }

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

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

background-color css

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

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

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

border-color css

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

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

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