#470177

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

Shades of Indigo #470177

Tints of Indigo #470177

Color information

#470177 (or 0x470177) is unknown color: approx Indigo. HEX triplet: 47, 01 and 77. RGB value is (71,1,119). Sum of RGB (Red+Green+Blue) = 71+1+119=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #470177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470177 is #B8FE88. Grayscale: #222222. Windows color (decimal): -12123785 or 7799111. OLE color: 7799111.

HSL color Cylindrical-coordinate representation of color #470177: hue angle of 275.59º 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 #470177 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB711119-
CMYK0.400.9900.53
HSL275.59º98.33%23.53%-
HSV(B)275.59º99.16%46.67%-
XYZ5.942.6917.66-
YUV35.38175.19153.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=37.17%
G=0.52%
B=62.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7111190.400.9900.53275.5998.3323.53
Hex4717728630351146218
Octal10711675014306542414230
Binary10001111111011110100011000110110101100010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470177; }

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

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

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

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

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

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

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

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