#471371

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

Shades of Indigo #471371

Tints of Indigo #471371

Color information

#471371 (or 0x471371) is unknown color: approx Indigo. HEX triplet: 47, 13 and 71. RGB value is (71,19,113). Sum of RGB (Red+Green+Blue) = 71+19+113=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #471371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471371 is #B8EC8E. Grayscale: #2C2C2C. Windows color (decimal): -12119183 or 7410503. OLE color: 7410503.

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

Color convert

RGB7119113-
CMYK0.370.8300.56
HSL273.19º71.21%25.88%-
HSV(B)273.19º83.19%44.31%-
XYZ5.81315.9-
YUV45.26166.23146.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=34.98%
G=9.36%
B=55.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71191130.370.8300.56273.1971.2125.88
Hex4713712553038111471a
Octal107231614512307042110732
Binary100011110011111000110010110100110111000100010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471371; }

 p { color: rgb(71,19,113); }

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

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

 a { background-color: rgb(71,19,113); }

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

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

 span { border-color: rgb(71,19,113); }

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