#4F1B87

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

Shades of Windsor #4F1B87

Tints of Windsor #4F1B87

Color information

#4F1B87 (or 0x4F1B87) is unknown color: approx Windsor. HEX triplet: 4F, 1B and 87. RGB value is (79,27,135). Sum of RGB (Red+Green+Blue) = 79+27+135=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 27 (10.94% from 255 or 11.20% 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 #4F1B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1B87 is #B0E478. Grayscale: #363636. Windows color (decimal): -11592825 or 8854351. OLE color: 8854351.

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

Color convert

RGB7927135-
CMYK0.410.800.47
HSL268.89º66.67%31.76%-
HSV(B)268.89º80%52.94%-
XYZ7.994.223.31-
YUV54.86173.23145.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=32.78%
G=11.20%
B=56.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79271350.410.800.47268.8966.6731.76
Hex4F1B87295002F10d4320
Octal117332075112005741510340
Binary10011111101110000111101001101000001011111000011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,135); }

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

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

 a { background-color: rgb(79,27,135); }

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

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

 span { border-color: rgb(79,27,135); }

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