#4D2981

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

Shades of Windsor #4D2981

Tints of Windsor #4D2981

Color information

#4D2981 (or 0x4D2981) is unknown color: approx Windsor. HEX triplet: 4D, 29 and 81. RGB value is (77,41,129). Sum of RGB (Red+Green+Blue) = 77+41+129=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2981 is #B2D67E. Grayscale: #3D3D3D. Windows color (decimal): -11720319 or 8464717. OLE color: 8464717.

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

Color convert

RGB7741129-
CMYK0.400.6800.49
HSL264.55º51.76%33.33%-
HSV(B)264.55º68.22%50.59%-
XYZ7.824.7521.27-
YUV61.8165.93138.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=31.17%
G=16.60%
B=52.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77411290.400.6800.49264.5551.7633.33
Hex4D298128440311093421
Octal11551201501040614116441
Binary10011011010011000000110100010001000110001100001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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