#47108F

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

Shades of Indigo #47108F

Tints of Indigo #47108F

Color information

#47108F (or 0x47108F) is unknown color: approx Indigo. HEX triplet: 47, 10 and 8F. RGB value is (71,16,143). Sum of RGB (Red+Green+Blue) = 71+16+143=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #47108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108F is #B8EF70. Grayscale: #2E2E2E. Windows color (decimal): -12119921 or 9375815. OLE color: 9375815.

HSL color Cylindrical-coordinate representation of color #47108F: hue angle of 265.98º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47108F is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7116143-
CMYK0.500.8900.44
HSL265.98º79.87%31.18%-
HSV(B)265.98º88.81%56.08%-
XYZ7.743.6926.29-
YUV46.92182.22145.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=30.87%
G=6.96%
B=62.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71161430.500.8900.44265.9879.8731.18
Hex47108F325902C10a501f
Octal107202176213105441212037
Binary1000111100001000111111001010110010101100100001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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