#4E2583

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

Shades of Windsor #4E2583

Tints of Windsor #4E2583

Color information

#4E2583 (or 0x4E2583) is unknown color: approx Windsor. HEX triplet: 4E, 25 and 83. RGB value is (78,37,131). Sum of RGB (Red+Green+Blue) = 78+37+131=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E2583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2583 is #B1DA7C. Grayscale: #3B3B3B. Windows color (decimal): -11655805 or 8594766. OLE color: 8594766.

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

Color convert

RGB7837131-
CMYK0.400.7200.49
HSL266.17º55.95%32.94%-
HSV(B)266.17º71.76%51.37%-
XYZ7.94.5821.94-
YUV59.97168.08140.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.71%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=31.71%
G=15.04%
B=53.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78371310.400.7200.49266.1755.9532.94
Hex4E2583284803110a3821
Octal11645203501100614127041
Binary10011101001011000001110100010010000110001100001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,131); }

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

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

 a { background-color: rgb(78,37,131); }

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

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

 span { border-color: rgb(78,37,131); }

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