#470560

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

Shades of Indigo #470560

Tints of Indigo #470560

Color information

#470560 (or 0x470560) is unknown color: approx Indigo. HEX triplet: 47, 05 and 60. RGB value is (71,5,96). Sum of RGB (Red+Green+Blue) = 71+5+96=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #470560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470560 is #B8FA9F. Grayscale: #222222. Windows color (decimal): -12122784 or 6292807. OLE color: 6292807.

HSL color Cylindrical-coordinate representation of color #470560: hue angle of 283.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470560 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71596-
CMYK0.260.9500.62
HSL283.52º90.1%19.8%-
HSV(B)283.52º94.79%37.65%-
XYZ4.762.2911.26-
YUV35.11162.37153.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=41.28%
G=2.91%
B=55.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal715960.260.9500.62283.5290.119.8
Hex475601A5F03E11c5a14
Octal10751403213707643413224
Binary100011110111000001101010111110111110100011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470560; }

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

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

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

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

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

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

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

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