#491C87

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

Shades of Windsor #491C87

Tints of Windsor #491C87

Color information

#491C87 (or 0x491C87) is unknown color: approx Windsor. HEX triplet: 49, 1C and 87. RGB value is (73,28,135). Sum of RGB (Red+Green+Blue) = 73+28+135=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #491C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C87 is #B6E378. Grayscale: #353535. Windows color (decimal): -11985785 or 8854601. OLE color: 8854601.

HSL color Cylindrical-coordinate representation of color #491C87: hue angle of 265.23º 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 #491C87 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7328135-
CMYK0.460.7900.47
HSL265.23º65.64%31.96%-
HSV(B)265.23º79.26%52.94%-
XYZ7.54423.3-
YUV53.65173.91141.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=30.93%
G=11.86%
B=57.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73281350.460.7900.47265.2365.6431.96
Hex491C872E4F02F1094220
Octal111342075611705741110240
Binary10010011110010000111101110100111101011111000010011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491C87; }

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

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

<style>
 a { background-color: #491C87; }

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

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

<style>
 span { border-color: #491C87; }

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

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