#4D208A

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

Shades of Windsor #4D208A

Tints of Windsor #4D208A

Color information

#4D208A (or 0x4D208A) is unknown color: approx Windsor. HEX triplet: 4D, 20 and 8A. RGB value is (77,32,138). Sum of RGB (Red+Green+Blue) = 77+32+138=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D208A is #B2DF75. Grayscale: #393939. Windows color (decimal): -11722614 or 9052237. OLE color: 9052237.

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

Color convert

RGB7732138-
CMYK0.440.7700.46
HSL265.47º62.35%33.33%-
HSV(B)265.47º76.81%54.12%-
XYZ8.164.4524.47-
YUV57.54173.41141.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=31.17%
G=12.96%
B=55.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77321380.440.7700.46265.4762.3533.33
Hex4D208A2C4D02E1093e21
Octal11540212541150564117641
Binary10011011000001000101010110010011010101110100001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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