#470771

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

Shades of Indigo #470771

Tints of Indigo #470771

Color information

#470771 (or 0x470771) is unknown color: approx Indigo. HEX triplet: 47, 07 and 71. RGB value is (71,7,113). Sum of RGB (Red+Green+Blue) = 71+7+113=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #470771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470771 is #B8F88E. Grayscale: #252525. Windows color (decimal): -12122255 or 7407431. OLE color: 7407431.

HSL color Cylindrical-coordinate representation of color #470771: hue angle of 276.23º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470771 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB717113-
CMYK0.370.9400.56
HSL276.23º88.33%23.53%-
HSV(B)276.23º93.81%44.31%-
XYZ5.662.6815.84-
YUV38.22170.2151.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=37.17%
G=3.66%
B=59.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7171130.370.9400.56276.2388.3323.53
Hex47771255E0381145818
Octal10771614513607042413030
Binary1000111111111000110010110111100111000100010100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470771; }

 p { color: rgb(71,7,113); }

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

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

 a { background-color: rgb(71,7,113); }

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

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

 span { border-color: rgb(71,7,113); }

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