#470770

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

Shades of Indigo #470770

Tints of Indigo #470770

Color information

#470770 (or 0x470770) is unknown color: approx Indigo. HEX triplet: 47, 07 and 70. RGB value is (71,7,112). Sum of RGB (Red+Green+Blue) = 71+7+112=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #470770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470770 is #B8F88F. Grayscale: #252525. Windows color (decimal): -12122256 or 7341895. OLE color: 7341895.

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

Color convert

RGB717112-
CMYK0.370.9400.56
HSL276.57º88.24%23.33%-
HSV(B)276.57º93.75%43.92%-
XYZ5.62.6615.55-
YUV38.11169.7151.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=37.37%
G=3.68%
B=58.95%

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
Decimal7171120.370.9400.56276.5788.2423.33
Hex47770255E0381155817
Octal10771604513607042513027
Binary1000111111111000010010110111100111000100010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470770; }

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

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

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

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

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

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

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

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