#470573

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

Shades of Indigo #470573

Tints of Indigo #470573

Color information

#470573 (or 0x470573) is unknown color: approx Indigo. HEX triplet: 47, 05 and 73. RGB value is (71,5,115). Sum of RGB (Red+Green+Blue) = 71+5+115=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #470573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470573 is #B8FA8C. Grayscale: #242424. Windows color (decimal): -12122765 or 7537991. OLE color: 7537991.

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

Color convert

RGB715115-
CMYK0.380.9600.55
HSL276º91.67%23.53%-
HSV(B)276º95.65%45.1%-
XYZ5.752.6916.44-
YUV37.27171.87152.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=37.17%
G=2.62%
B=60.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7151150.380.9600.5527691.6723.53
Hex4757326600371145c18
Octal10751634614006742413430
Binary1000111101111001110011011000000110111100010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470573; }

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

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

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

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

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

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

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

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