#4E2982

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

Shades of Windsor #4E2982

Tints of Windsor #4E2982

Color information

#4E2982 (or 0x4E2982) is unknown color: approx Windsor. HEX triplet: 4E, 29 and 82. RGB value is (78,41,130). Sum of RGB (Red+Green+Blue) = 78+41+130=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E2982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2982 is #B1D67D. Grayscale: #3D3D3D. Windows color (decimal): -11654782 or 8530254. OLE color: 8530254.

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

Color convert

RGB7841130-
CMYK0.400.6800.49
HSL264.94º52.05%33.53%-
HSV(B)264.94º68.46%50.98%-
XYZ7.964.8221.63-
YUV62.21166.26139.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.33%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=31.33%
G=16.47%
B=52.21%

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
Decimal78411300.400.6800.49264.9452.0533.53
Hex4E298228440311093422
Octal11651202501040614116442
Binary10011101010011000001010100010001000110001100001001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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