#470E7E

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

Shades of Indigo #470E7E

Tints of Indigo #470E7E

Color information

#470E7E (or 0x470E7E) is unknown color: approx Indigo. HEX triplet: 47, 0E and 7E. RGB value is (71,14,126). Sum of RGB (Red+Green+Blue) = 71+14+126=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #470E7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E7E is #B8F181. Grayscale: #2B2B2B. Windows color (decimal): -12120450 or 8261191. OLE color: 8261191.

HSL color Cylindrical-coordinate representation of color #470E7E: hue angle of 270.54º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470E7E is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7114126-
CMYK0.440.8900.51
HSL270.54º80%27.45%-
HSV(B)270.54º88.89%49.41%-
XYZ6.523.1620-
YUV43.81174.38147.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 126 (49.61% from 255) = 59.72%
R=33.65%
G=6.64%
B=59.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71141260.440.8900.51270.548027.45
Hex47E7E2C5903310f501b
Octal107161765413106341712033
Binary10001111110111111010110010110010110011100001111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,14,126); }

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

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

 a { background-color: rgb(71,14,126); }

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

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

 span { border-color: rgb(71,14,126); }

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