#470197

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

Shades of Indigo #470197

Tints of Indigo #470197

Color information

#470197 (or 0x470197) is unknown color: approx Indigo. HEX triplet: 47, 01 and 97. RGB value is (71,1,151). Sum of RGB (Red+Green+Blue) = 71+1+151=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #470197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470197 is #B8FE68. Grayscale: #262626. Windows color (decimal): -12123753 or 9896263. OLE color: 9896263.

HSL color Cylindrical-coordinate representation of color #470197: hue angle of 268º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470197 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB711151-
CMYK0.530.9900.41
HSL268º98.68%29.8%-
HSV(B)268º99.34%59.22%-
XYZ8.23.629.54-
YUV39.03191.19150.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 151 (59.38% from 255) = 67.71%
R=31.84%
G=0.45%
B=67.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7111510.530.9900.4126898.6829.8
Hex47197356302910c631e
Octal10712276514305141414336
Binary100011111001011111010111000110101001100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470197; }

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

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

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

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

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

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

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

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