#47108A

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

Shades of Indigo #47108A

Tints of Indigo #47108A

Color information

#47108A (or 0x47108A) is unknown color: approx Indigo. HEX triplet: 47, 10 and 8A. RGB value is (71,16,138). Sum of RGB (Red+Green+Blue) = 71+16+138=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #47108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108A is #B8EF75. Grayscale: #2D2D2D. Windows color (decimal): -12119926 or 9048135. OLE color: 9048135.

HSL color Cylindrical-coordinate representation of color #47108A: hue angle of 267.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47108A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7116138-
CMYK0.490.8800.46
HSL267.05º79.22%30.2%-
HSV(B)267.05º88.41%54.12%-
XYZ7.373.5524.34-
YUV46.35179.72145.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=31.56%
G=7.11%
B=61.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71161380.490.8800.46267.0579.2230.2
Hex47108A315802E10b4f1e
Octal107202126113005641311736
Binary1000111100001000101011000110110000101110100001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47108A; }

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

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

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

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

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

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

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

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