#413952

Color #413952 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #413952

Tints of Grape #413952

Color information

#413952 (or 0x413952) is unknown color: approx Grape. HEX triplet: 41, 39 and 52. RGB value is (65,57,82). Sum of RGB (Red+Green+Blue) = 65+57+82=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #413952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413952 is #BEC6AD. Grayscale: #3E3E3E. Windows color (decimal): -12502702 or 5388609. OLE color: 5388609.

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

Color convert

RGB655782-
CMYK0.210.3000.68
HSL259.2º17.99%27.25%-
HSV(B)259.2º30.49%32.16%-
XYZ5.174.668.61-
YUV62.24139.15129.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=31.86%
G=27.94%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6557820.210.3000.68259.217.9927.25
Hex413952151E044103121b
Octal10171122253601044032233
Binary100000111100110100101010111110010001001000000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413952; }

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

 H1.HeaderClassName
 {
   color: #413952;
 }
 .AnyTagClassName
 {
   color: #413952;
 }
</style>
background-color css

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

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

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

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

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

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