#491375

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

Shades of Indigo #491375

Tints of Indigo #491375

Color information

#491375 (or 0x491375) is unknown color: approx Indigo. HEX triplet: 49, 13 and 75. RGB value is (73,19,117). Sum of RGB (Red+Green+Blue) = 73+19+117=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #491375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491375 is #B6EC8A. Grayscale: #2D2D2D. Windows color (decimal): -11988107 or 7672649. OLE color: 7672649.

HSL color Cylindrical-coordinate representation of color #491375: hue angle of 273.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491375 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7319117-
CMYK0.380.8400.54
HSL273.06º72.06%26.67%-
HSV(B)273.06º83.76%45.88%-
XYZ6.193.1717.11-
YUV46.32167.89147.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=34.93%
G=9.09%
B=55.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73191170.380.8400.54273.0672.0626.67
Hex4913752654036111481b
Octal111231654612406642111033
Binary100100110011111010110011010101000110110100010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491375; }

 p { color: rgb(73,19,117); }

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

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

 a { background-color: rgb(73,19,117); }

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

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

 span { border-color: rgb(73,19,117); }

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