#470170

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

Shades of Indigo #470170

Tints of Indigo #470170

Color information

#470170 (or 0x470170) is unknown color: approx Indigo. HEX triplet: 47, 01 and 70. RGB value is (71,1,112). Sum of RGB (Red+Green+Blue) = 71+1+112=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #470170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470170 is #B8FE8F. Grayscale: #222222. Windows color (decimal): -12123792 or 7340359. OLE color: 7340359.

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

Color convert

RGB711112-
CMYK0.370.9900.56
HSL277.84º98.23%22.16%-
HSV(B)277.84º99.11%43.92%-
XYZ5.532.5315.53-
YUV34.58171.69153.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=38.59%
G=0.54%
B=60.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111120.370.9900.56277.8498.2322.16
Hex4717025630381166216
Octal10711604514307042614226
Binary10001111111000010010111000110111000100010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470170; }

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

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

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

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

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

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

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

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