#4D2084

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

Shades of Windsor #4D2084

Tints of Windsor #4D2084

Color information

#4D2084 (or 0x4D2084) is unknown color: approx Windsor. HEX triplet: 4D, 20 and 84. RGB value is (77,32,132). Sum of RGB (Red+Green+Blue) = 77+32+132=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2084 is #B2DF7B. Grayscale: #383838. Windows color (decimal): -11722620 or 8659021. OLE color: 8659021.

HSL color Cylindrical-coordinate representation of color #4D2084: hue angle of 267º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2084 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7732132-
CMYK0.420.7600.48
HSL267º60.98%32.16%-
HSV(B)267º75.76%51.76%-
XYZ7.744.2822.25-
YUV56.86170.41142.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=31.95%
G=13.28%
B=54.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77321320.420.7600.4826760.9832.16
Hex4D20842A4C03010b3d20
Octal11540204521140604137540
Binary10011011000001000010010101010011000110000100001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,132); }

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

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

 a { background-color: rgb(77,32,132); }

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

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

 span { border-color: rgb(77,32,132); }

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