#471682

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

Shades of Indigo #471682

Tints of Indigo #471682

Color information

#471682 (or 0x471682) is unknown color: approx Indigo. HEX triplet: 47, 16 and 82. RGB value is (71,22,130). Sum of RGB (Red+Green+Blue) = 71+22+130=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #471682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471682 is #B8E97D. Grayscale: #303030. Windows color (decimal): -12118398 or 8525383. OLE color: 8525383.

HSL color Cylindrical-coordinate representation of color #471682: hue angle of 267.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471682 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7122130-
CMYK0.450.8300.49
HSL267.22º71.05%29.8%-
HSV(B)267.22º83.08%50.98%-
XYZ6.913.5321.44-
YUV48.96173.73143.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=31.84%
G=9.87%
B=58.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71221300.450.8300.49267.2271.0529.8
Hex4716822D5303110b471e
Octal107262025512306141310736
Binary1000111101101000001010110110100110110001100001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471682; }

 p { color: rgb(71,22,130); }

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

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

 a { background-color: rgb(71,22,130); }

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

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

 span { border-color: rgb(71,22,130); }

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