#471081

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

Shades of Indigo #471081

Tints of Indigo #471081

Color information

#471081 (or 0x471081) is unknown color: approx Indigo. HEX triplet: 47, 10 and 81. RGB value is (71,16,129). Sum of RGB (Red+Green+Blue) = 71+16+129=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #471081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471081 is #B8EF7E. Grayscale: #2C2C2C. Windows color (decimal): -12119935 or 8458311. OLE color: 8458311.

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

Color convert

RGB7116129-
CMYK0.450.8800.49
HSL269.2º77.93%28.43%-
HSV(B)269.2º87.6%50.59%-
XYZ6.753.321.05-
YUV45.33175.22146.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 129 (50.78% from 255) = 59.72%
R=32.87%
G=7.41%
B=59.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71161290.450.8800.49269.277.9328.43
Hex4710812D5803110d4e1c
Octal107202015513006141511634
Binary1000111100001000000110110110110000110001100001101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471081; }

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

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

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

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

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

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

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

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