#471382

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

Shades of Indigo #471382

Tints of Indigo #471382

Color information

#471382 (or 0x471382) is unknown color: approx Indigo. HEX triplet: 47, 13 and 82. RGB value is (71,19,130). Sum of RGB (Red+Green+Blue) = 71+19+130=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #471382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471382 is #B8EC7D. Grayscale: #2E2E2E. Windows color (decimal): -12119166 or 8524615. OLE color: 8524615.

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

Color convert

RGB7119130-
CMYK0.450.8500.49
HSL268.11º74.5%29.22%-
HSV(B)268.11º85.38%50.98%-
XYZ6.863.4221.42-
YUV47.2174.73144.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=32.27%
G=8.64%
B=59.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71191300.450.8500.49268.1174.529.22
Hex4713822D5503110c4a1d
Octal107232025512506141411235
Binary1000111100111000001010110110101010110001100001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471382; }

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

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

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

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

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

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

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

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