#470577

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

Shades of Indigo #470577

Tints of Indigo #470577

Color information

#470577 (or 0x470577) is unknown color: approx Indigo. HEX triplet: 47, 05 and 77. RGB value is (71,5,119). Sum of RGB (Red+Green+Blue) = 71+5+119=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #470577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470577 is #B8FA88. Grayscale: #252525. Windows color (decimal): -12122761 or 7800135. OLE color: 7800135.

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

Color convert

RGB715119-
CMYK0.400.9600.53
HSL274.74º91.94%24.31%-
HSV(B)274.74º95.8%46.67%-
XYZ5.982.7817.67-
YUV37.73173.87151.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=36.41%
G=2.56%
B=61.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7151190.400.9600.53274.7491.9424.31
Hex4757728600351135c18
Octal10751675014006542313430
Binary1000111101111011110100011000000110101100010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470577; }

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

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

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

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

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

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

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

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