#4E2382

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

Shades of Windsor #4E2382

Tints of Windsor #4E2382

Color information

#4E2382 (or 0x4E2382) is unknown color: approx Windsor. HEX triplet: 4E, 23 and 82. RGB value is (78,35,130). Sum of RGB (Red+Green+Blue) = 78+35+130=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2382 is #B1DC7D. Grayscale: #3A3A3A. Windows color (decimal): -11656318 or 8528718. OLE color: 8528718.

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

Color convert

RGB7835130-
CMYK0.400.7300.49
HSL267.16º57.58%32.35%-
HSV(B)267.16º73.08%50.98%-
XYZ7.774.4321.57-
YUV58.69168.25141.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=32.10%
G=14.40%
B=53.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78351300.400.7300.49267.1657.5832.35
Hex4E2382284903110b3a20
Octal11643202501110614137240
Binary10011101000111000001010100010010010110001100001011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,130); }

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

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

 a { background-color: rgb(78,35,130); }

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

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

 span { border-color: rgb(78,35,130); }

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