Html Css Color HEX #413C56 Grape

📋 copy color: '#413C56'

red 65 ◦ green 60 ◦ blue 86

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

Shades of Grape #413C56

Tints of Grape #413C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 30.81%
G = 28.44%
B = 40.76%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413C56 (or 0x413C56) is known color: Grape. HEX triplet: 41, 3C and 56. RGB value is (65,60,86). Sum of RGB (Red+Green+Blue) = 65+60+86=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #413C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C56 is #BEC3A9. Grayscale: #404040. Windows color (decimal): -12501930 or 5651521. OLE color: 5651521.

HSL color Cylindrical-coordinate representation of color #413C56: hue angle of 251.54º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413C56 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 60 86 -
CMYK 0.24 0.30 0 0.66
HSL 251.54º 0.18% 0.29% -
HSV(B) 251.54º 0.3% 0.34% -
XYZ 5.48 5.03 9.49 -
YUV 64.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 65 60 86 0.24 0.30 0 0.66 251.54 0.18 0.29
Hex 41 3C 56 18 1E 0 42 FC 12 1D
Octal 101 74 126 30 36 0 102 374 22 35
Binary 1000001 111100 1010110 11000 11110 0 1000010 11111100 10010 11101

Color Harmonies of #413C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C56

Black with #413C56

Text Example


Text Example

White with #413C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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