#470a8b

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

Shades of Indigo #470A8B

Tints of Indigo #470A8B

Color information

#470A8B (or 0x470A8B) is unknown color: approx Indigo. HEX triplet: 47, 0A and 8B. RGB value is (71,10,139). Sum of RGB (Red+Green+Blue) = 71+10+139=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #470A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470A8B is #B8F574. Grayscale: #2A2A2A. Windows color (decimal): -12121461 or 9112135. OLE color: 9112135.

HSL color Cylindrical-coordinate representation of color #470A8B: hue angle of 268.37º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470A8B is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7110139-
CMYK0.490.9300.45
HSL268.37º86.58%29.22%-
HSV(B)268.37º92.81%54.51%-
XYZ7.373.4224.7-
YUV42.94182.21148.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=32.27%
G=4.55%
B=63.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71101390.490.9300.45268.3786.5829.22
Hex47A8B315D02D10c571d
Octal107122136113505541412735
Binary100011110101000101111000110111010101101100001100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470a8b; }

 p { color: rgb(71,10,139); }

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

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

 a { background-color: rgb(71,10,139); }

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

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

 span { border-color: rgb(71,10,139); }

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