#4F1D87

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

Shades of Windsor #4F1D87

Tints of Windsor #4F1D87

Color information

#4F1D87 (or 0x4F1D87) is unknown color: approx Windsor. HEX triplet: 4F, 1D and 87. RGB value is (79,29,135). Sum of RGB (Red+Green+Blue) = 79+29+135=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F1D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1D87 is #B0E278. Grayscale: #373737. Windows color (decimal): -11592313 or 8854863. OLE color: 8854863.

HSL color Cylindrical-coordinate representation of color #4F1D87: hue angle of 268.3º degrees, saturation: 0.65, 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 #4F1D87 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7929135-
CMYK0.410.7900.47
HSL268.3º64.63%32.16%-
HSV(B)268.3º78.52%52.94%-
XYZ8.044.2923.33-
YUV56.03172.56144.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=32.51%
G=11.93%
B=55.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79291350.410.7900.47268.364.6332.16
Hex4F1D87294F02F10c4120
Octal117352075111705741410140
Binary10011111110110000111101001100111101011111000011001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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