#4D3781

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

Shades of Windsor #4D3781

Tints of Windsor #4D3781

Color information

#4D3781 (or 0x4D3781) is unknown color: approx Windsor. HEX triplet: 4D, 37 and 81. RGB value is (77,55,129). Sum of RGB (Red+Green+Blue) = 77+55+129=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D3781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3781 is #B2C87E. Grayscale: #454545. Windows color (decimal): -11716735 or 8468301. OLE color: 8468301.

HSL color Cylindrical-coordinate representation of color #4D3781: hue angle of 257.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3781 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7755129-
CMYK0.400.5700.49
HSL257.84º40.22%36.08%-
HSV(B)257.84º57.36%50.59%-
XYZ8.395.921.46-
YUV70.01161.29132.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=29.50%
G=21.07%
B=49.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77551290.400.5700.49257.8440.2236.08
Hex4D378128390311022824
Octal1156720150710614025044
Binary1001101110111100000011010001110010110001100000010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3781; }

 p { color: rgb(77,55,129); }

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

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

 a { background-color: rgb(77,55,129); }

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

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

 span { border-color: rgb(77,55,129); }

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