#4B1F87

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

Shades of Windsor #4B1F87

Tints of Windsor #4B1F87

Color information

#4B1F87 (or 0x4B1F87) is unknown color: approx Windsor. HEX triplet: 4B, 1F and 87. RGB value is (75,31,135). Sum of RGB (Red+Green+Blue) = 75+31+135=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 31 (12.5% from 255 or 12.86% 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 #4B1F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1F87 is #B4E078. Grayscale: #373737. Windows color (decimal): -11853945 or 8855371. OLE color: 8855371.

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

Color convert

RGB7531135-
CMYK0.440.7700.47
HSL265.38º62.65%32.55%-
HSV(B)265.38º77.04%52.94%-
XYZ7.764.2323.33-
YUV56.01172.58141.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=31.12%
G=12.86%
B=56.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75311350.440.7700.47265.3862.6532.55
Hex4B1F872C4D02F1093f21
Octal11337207541150574117741
Binary1001011111111000011110110010011010101111100001001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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