Html Css Color HEX #413552 Grape

📋 copy color: '#413552'

red 65 ◦ green 53 ◦ blue 82

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

Shades of Grape #413552

Tints of Grape #413552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 82 (32.42% from 255) = 41%

R = 32.5%
G = 26.5%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413552 (or 0x413552) is known color: Grape. HEX triplet: 41, 35 and 52. RGB value is (65,53,82). Sum of RGB (Red+Green+Blue) = 65+53+82=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #413552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413552 is #BECAAD. Grayscale: #3B3B3B. Windows color (decimal): -12503726 or 5387585. OLE color: 5387585.

HSL color Cylindrical-coordinate representation of color #413552: hue angle of 264.83º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413552 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 53 82 -
CMYK 0.21 0.35 0 0.68
HSL 264.83º 0.21% 0.26% -
HSV(B) 264.83º 0.35% 0.32% -
XYZ 4.98 4.28 8.55 -
YUV 59.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 65 53 82 0.21 0.35 0 0.68 264.83 0.21 0.26
Hex 41 35 52 15 23 0 44 109 15 1A
Octal 101 65 122 25 43 0 104 411 25 32
Binary 1000001 110101 1010010 10101 100011 0 1000100 100001001 10101 11010

Color Harmonies of #413552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413552

Black with #413552

Text Example


Text Example

White with #413552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413552; }

 p { color: rgb(65,53,82); }

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

background-color css

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

 a { background-color: rgb(65,53,82); }

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

border-color css

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

 span { border-color: rgb(65,53,82); }

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