#470E70

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

Shades of Indigo #470E70

Tints of Indigo #470E70

Color information

#470E70 (or 0x470E70) is unknown color: approx Indigo. HEX triplet: 47, 0E and 70. RGB value is (71,14,112). Sum of RGB (Red+Green+Blue) = 71+14+112=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #470E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E70 is #B8F18F. Grayscale: #292929. Windows color (decimal): -12120464 or 7343687. OLE color: 7343687.

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

Color convert

RGB7114112-
CMYK0.370.8800.56
HSL274.9º77.78%24.71%-
HSV(B)274.9º87.5%43.92%-
XYZ5.682.8215.57-
YUV42.22167.38148.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=36.04%
G=7.11%
B=56.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71141120.370.8800.56274.977.7824.71
Hex47E7025580381134e19
Octal107161604513007042311631
Binary10001111110111000010010110110000111000100010011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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