#4C1E87

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

Shades of Windsor #4C1E87

Tints of Windsor #4C1E87

Color information

#4C1E87 (or 0x4C1E87) is unknown color: approx Windsor. HEX triplet: 4C, 1E and 87. RGB value is (76,30,135). Sum of RGB (Red+Green+Blue) = 76+30+135=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1E87 is #B3E178. Grayscale: #373737. Windows color (decimal): -11788665 or 8855116. OLE color: 8855116.

HSL color Cylindrical-coordinate representation of color #4C1E87: hue angle of 266.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1E87 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7630135-
CMYK0.440.7800.47
HSL266.29º63.64%32.35%-
HSV(B)266.29º77.78%52.94%-
XYZ7.824.2123.32-
YUV55.72172.74142.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=31.54%
G=12.45%
B=56.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76301350.440.7800.47266.2963.6432.35
Hex4C1E872C4E02F10a4020
Octal114362075411605741210040
Binary10011001111010000111101100100111001011111000010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,30,135); }

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

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

 a { background-color: rgb(76,30,135); }

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

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

 span { border-color: rgb(76,30,135); }

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