#491574

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

Shades of Indigo #491574

Tints of Indigo #491574

Color information

#491574 (or 0x491574) is unknown color: approx Indigo. HEX triplet: 49, 15 and 74. RGB value is (73,21,116). Sum of RGB (Red+Green+Blue) = 73+21+116=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #491574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491574 is #B6EA8B. Grayscale: #2F2F2F. Windows color (decimal): -11987596 or 7607625. OLE color: 7607625.

HSL color Cylindrical-coordinate representation of color #491574: hue angle of 272.84º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491574 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7321116-
CMYK0.370.8200.55
HSL272.84º69.34%26.86%-
HSV(B)272.84º81.9%45.49%-
XYZ6.173.2116.82-
YUV47.38166.73146.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=34.76%
G=10%
B=55.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73211160.370.8200.55272.8469.3426.86
Hex4915742552037111451b
Octal111251644512206742110533
Binary100100110101111010010010110100100110111100010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491574; }

 p { color: rgb(73,21,116); }

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

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

 a { background-color: rgb(73,21,116); }

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

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

 span { border-color: rgb(73,21,116); }

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