#471172

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

Shades of Indigo #471172

Tints of Indigo #471172

Color information

#471172 (or 0x471172) is unknown color: approx Indigo. HEX triplet: 47, 11 and 72. RGB value is (71,17,114). Sum of RGB (Red+Green+Blue) = 71+17+114=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #471172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471172 is #B8EE8D. Grayscale: #2B2B2B. Windows color (decimal): -12119694 or 7475527. OLE color: 7475527.

HSL color Cylindrical-coordinate representation of color #471172: hue angle of 273.4º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471172 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7117114-
CMYK0.380.8500.55
HSL273.4º74.05%25.69%-
HSV(B)273.4º85.09%44.71%-
XYZ5.842.9616.18-
YUV44.2167.39147.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=35.15%
G=8.42%
B=56.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71171140.380.8500.55273.474.0525.69
Hex47117226550371114a1a
Octal107211624612506742111232
Binary100011110001111001010011010101010110111100010001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471172; }

 p { color: rgb(71,17,114); }

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

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

 a { background-color: rgb(71,17,114); }

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

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

 span { border-color: rgb(71,17,114); }

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