#4B1E87

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

Shades of Windsor #4B1E87

Tints of Windsor #4B1E87

Color information

#4B1E87 (or 0x4B1E87) is unknown color: approx Windsor. HEX triplet: 4B, 1E and 87. RGB value is (75,30,135). Sum of RGB (Red+Green+Blue) = 75+30+135=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1E87 is #B4E178. Grayscale: #373737. Windows color (decimal): -11854201 or 8855115. OLE color: 8855115.

HSL color Cylindrical-coordinate representation of color #4B1E87: hue angle of 265.71º 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 #4B1E87 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7530135-
CMYK0.440.7800.47
HSL265.71º63.64%32.35%-
HSV(B)265.71º77.78%52.94%-
XYZ7.744.1723.32-
YUV55.42172.91141.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=31.25%
G=12.5%
B=56.25%

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
Decimal75301350.440.7800.47265.7163.6432.35
Hex4B1E872C4E02F10a4020
Octal113362075411605741210040
Binary10010111111010000111101100100111001011111000010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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