#470A73

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

Shades of Indigo #470A73

Tints of Indigo #470A73

Color information

#470A73 (or 0x470A73) is unknown color: approx Indigo. HEX triplet: 47, 0A and 73. RGB value is (71,10,115). Sum of RGB (Red+Green+Blue) = 71+10+115=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #470A73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A73 is #B8F58C. Grayscale: #272727. Windows color (decimal): -12121485 or 7539271. OLE color: 7539271.

HSL color Cylindrical-coordinate representation of color #470A73: hue angle of 274.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470A73 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7110115-
CMYK0.380.9100.55
HSL274.86º84%24.51%-
HSV(B)274.86º91.3%45.1%-
XYZ5.82.7916.45-
YUV40.21170.21149.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=36.22%
G=5.10%
B=58.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71101150.380.9100.55274.868424.51
Hex47A73265B0371135419
Octal107121634613306742312431
Binary10001111010111001110011010110110110111100010011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A73; }

 p { color: rgb(71,10,115); }

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

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

 a { background-color: rgb(71,10,115); }

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

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

 span { border-color: rgb(71,10,115); }

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