#403176

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

Shades of Windsor #403176

Tints of Windsor #403176

Color information

#403176 (or 0x403176) is unknown color: approx Windsor. HEX triplet: 40, 31 and 76. RGB value is (64,49,118). Sum of RGB (Red+Green+Blue) = 64+49+118=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #403176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403176 is #BFCE89. Grayscale: #3D3D3D. Windows color (decimal): -12570250 or 7745856. OLE color: 7745856.

HSL color Cylindrical-coordinate representation of color #403176: hue angle of 253.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403176 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6449118-
CMYK0.460.5800.54
HSL253.04º41.32%32.75%-
HSV(B)253.04º58.47%46.27%-
XYZ6.484.5917.68-
YUV61.35159.97129.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=27.71%
G=21.21%
B=51.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64491180.460.5800.54253.0441.3232.75
Hex4031762E3A036fd2921
Octal1006116656720663755141
Binary10000001100011110110101110111010011011011111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403176; }

 p { color: rgb(64,49,118); }

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

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

 a { background-color: rgb(64,49,118); }

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

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

 span { border-color: rgb(64,49,118); }

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