#4B1C87

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

Shades of Windsor #4B1C87

Tints of Windsor #4B1C87

Color information

#4B1C87 (or 0x4B1C87) is unknown color: approx Windsor. HEX triplet: 4B, 1C and 87. RGB value is (75,28,135). Sum of RGB (Red+Green+Blue) = 75+28+135=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B1C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1C87 is #B4E378. Grayscale: #353535. Windows color (decimal): -11854713 or 8854603. OLE color: 8854603.

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

Color convert

RGB7528135-
CMYK0.440.7900.47
HSL266.36º65.64%31.96%-
HSV(B)266.36º79.26%52.94%-
XYZ7.694.0823.3-
YUV54.25173.57142.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=31.51%
G=11.76%
B=56.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75281350.440.7900.47266.3665.6431.96
Hex4B1C872C4F02F10a4220
Octal113342075411705741210240
Binary10010111110010000111101100100111101011111000010101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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