#491D95

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

Shades of Windsor #491D95

Tints of Windsor #491D95

Color information

#491D95 (or 0x491D95) is unknown color: approx Windsor. HEX triplet: 49, 1D and 95. RGB value is (73,29,149). Sum of RGB (Red+Green+Blue) = 73+29+149=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #491D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D95 is #B6E26A. Grayscale: #373737. Windows color (decimal): -11985515 or 9772361. OLE color: 9772361.

HSL color Cylindrical-coordinate representation of color #491D95: hue angle of 262º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491D95 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7329149-
CMYK0.510.8100.42
HSL262º67.42%34.9%-
HSV(B)262º80.54%58.43%-
XYZ8.614.4728.84-
YUV55.84180.58140.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=29.08%
G=11.55%
B=59.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73291490.510.8100.4226267.4234.9
Hex491D95335102A1064323
Octal111352256312105240610343
Binary10010011110110010101110011101000101010101000001101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,29,149); }

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

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

 a { background-color: rgb(73,29,149); }

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

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

 span { border-color: rgb(73,29,149); }

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