#491D7F

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

Shades of Windsor #491D7F

Tints of Windsor #491D7F

Color information

#491D7F (or 0x491D7F) is unknown color: approx Windsor. HEX triplet: 49, 1D and 7F. RGB value is (73,29,127). Sum of RGB (Red+Green+Blue) = 73+29+127=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #491D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D7F is #B6E280. Grayscale: #343434. Windows color (decimal): -11985537 or 8330569. OLE color: 8330569.

HSL color Cylindrical-coordinate representation of color #491D7F: hue angle of 266.94º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491D7F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7329127-
CMYK0.430.7700.50
HSL266.94º62.82%30.59%-
HSV(B)266.94º77.17%49.8%-
XYZ7.023.8320.45-
YUV53.33169.58142.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 127 (50% from 255) = 55.46%
R=31.88%
G=12.66%
B=55.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73291270.430.7700.50266.9462.8230.59
Hex491D7F2B4D03210b3f1f
Octal11135177531150624137737
Binary10010011110111111111010111001101011001010000101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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