#471070

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

Shades of Indigo #471070

Tints of Indigo #471070

Color information

#471070 (or 0x471070) is unknown color: approx Indigo. HEX triplet: 47, 10 and 70. RGB value is (71,16,112). Sum of RGB (Red+Green+Blue) = 71+16+112=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #471070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471070 is #B8EF8F. Grayscale: #2B2B2B. Windows color (decimal): -12119952 or 7344199. OLE color: 7344199.

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

Color convert

RGB7116112-
CMYK0.370.8600.56
HSL274.38º75%25.1%-
HSV(B)274.38º85.71%43.92%-
XYZ5.712.8815.58-
YUV43.39166.72147.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=35.68%
G=8.04%
B=56.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71161120.370.8600.56274.387525.1
Hex47107025560381124b19
Octal107201604512607042211331
Binary100011110000111000010010110101100111000100010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471070; }

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

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

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

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

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

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

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

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