#490177

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

Shades of Indigo #490177

Tints of Indigo #490177

Color information

#490177 (or 0x490177) is unknown color: approx Indigo. HEX triplet: 49, 01 and 77. RGB value is (73,1,119). Sum of RGB (Red+Green+Blue) = 73+1+119=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #490177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490177 is #B6FE88. Grayscale: #232323. Windows color (decimal): -11992713 or 7799113. OLE color: 7799113.

HSL color Cylindrical-coordinate representation of color #490177: hue angle of 276.61º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490177 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB731119-
CMYK0.390.9900.53
HSL276.61º98.33%23.53%-
HSV(B)276.61º99.16%46.67%-
XYZ6.092.7717.67-
YUV35.98174.85154.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=37.82%
G=0.52%
B=61.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7311190.390.9900.53276.6198.3323.53
Hex4917727630351156218
Octal11111674714306542514230
Binary10010011111011110011111000110110101100010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490177; }

 p { color: rgb(73,1,119); }

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

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

 a { background-color: rgb(73,1,119); }

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

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

 span { border-color: rgb(73,1,119); }

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