#4E2085

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

Shades of Windsor #4E2085

Tints of Windsor #4E2085

Color information

#4E2085 (or 0x4E2085) is unknown color: approx Windsor. HEX triplet: 4E, 20 and 85. RGB value is (78,32,133). Sum of RGB (Red+Green+Blue) = 78+32+133=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2085 is #B1DF7A. Grayscale: #383838. Windows color (decimal): -11657083 or 8724558. OLE color: 8724558.

HSL color Cylindrical-coordinate representation of color #4E2085: hue angle of 267.33º 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 #4E2085 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7832133-
CMYK0.410.7600.48
HSL267.33º61.21%32.35%-
HSV(B)267.33º75.94%52.16%-
XYZ7.894.3522.61-
YUV57.27170.74142.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=32.10%
G=13.17%
B=54.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78321330.410.7600.48267.3361.2132.35
Hex4E2085294C03010b3d20
Octal11640205511140604137540
Binary10011101000001000010110100110011000110000100001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,133); }

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

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

 a { background-color: rgb(78,32,133); }

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

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

 span { border-color: rgb(78,32,133); }

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