#491F91

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

Shades of Windsor #491F91

Tints of Windsor #491F91

Color information

#491F91 (or 0x491F91) is unknown color: approx Windsor. HEX triplet: 49, 1F and 91. RGB value is (73,31,145). Sum of RGB (Red+Green+Blue) = 73+31+145=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #491F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F91 is #B6E06E. Grayscale: #383838. Windows color (decimal): -11985007 or 9510729. OLE color: 9510729.

HSL color Cylindrical-coordinate representation of color #491F91: hue angle of 262.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491F91 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7331145-
CMYK0.500.7900.43
HSL262.11º64.77%34.51%-
HSV(B)262.11º78.62%56.86%-
XYZ8.354.4427.21-
YUV56.55177.91139.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=29.32%
G=12.45%
B=58.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73311450.500.7900.43262.1164.7734.51
Hex491F91324F02B1064123
Octal111372216211705340610143
Binary10010011111110010001110010100111101010111000001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,145); }

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

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

 a { background-color: rgb(73,31,145); }

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

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

 span { border-color: rgb(73,31,145); }

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