#491f7f

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

Shades of Windsor #491F7F

Tints of Windsor #491F7F

Color information

#491F7F (or 0x491F7F) is unknown color: approx Windsor. HEX triplet: 49, 1F and 7F. RGB value is (73,31,127). Sum of RGB (Red+Green+Blue) = 73+31+127=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #491F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F7F is #B6E080. Grayscale: #363636. Windows color (decimal): -11985025 or 8331081. OLE color: 8331081.

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

Color convert

RGB7331127-
CMYK0.430.7600.50
HSL266.25º60.76%30.98%-
HSV(B)266.25º75.59%49.8%-
XYZ7.073.9320.46-
YUV54.5168.91141.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 127 (50% from 255) = 54.98%
R=31.60%
G=13.42%
B=54.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73311270.430.7600.50266.2560.7630.98
Hex491F7F2B4C03210a3d1f
Octal11137177531140624127537
Binary10010011111111111111010111001100011001010000101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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