Html Css Color HEX #413C55 Grape

📋 copy color: '#413C55'

red 65 ◦ green 60 ◦ blue 85

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

Shades of Grape #413C55

Tints of Grape #413C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 30.95%
G = 28.57%
B = 40.48%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413C55 (or 0x413C55) is known color: Grape. HEX triplet: 41, 3C and 55. RGB value is (65,60,85). Sum of RGB (Red+Green+Blue) = 65+60+85=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #413C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C55 is #BEC3AA. Grayscale: #404040. Windows color (decimal): -12501931 or 5585985. OLE color: 5585985.

HSL color Cylindrical-coordinate representation of color #413C55: hue angle of 252º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413C55 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 60 85 -
CMYK 0.24 0.29 0 0.67
HSL 252º 0.17% 0.28% -
HSV(B) 252º 0.29% 0.33% -
XYZ 5.44 5.01 9.28 -
YUV 64.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 65 60 85 0.24 0.29 0 0.67 252 0.17 0.28
Hex 41 3C 55 18 1D 0 43 FC 11 1C
Octal 101 74 125 30 35 0 103 374 21 34
Binary 1000001 111100 1010101 11000 11101 0 1000011 11111100 10001 11100

Color Harmonies of #413C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C55

Black with #413C55

Text Example


Text Example

White with #413C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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