#47127E

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

Shades of Indigo #47127E

Tints of Indigo #47127E

Color information

#47127E (or 0x47127E) is unknown color: approx Indigo. HEX triplet: 47, 12 and 7E. RGB value is (71,18,126). Sum of RGB (Red+Green+Blue) = 71+18+126=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #47127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47127E is #B8ED81. Grayscale: #2D2D2D. Windows color (decimal): -12119426 or 8262215. OLE color: 8262215.

HSL color Cylindrical-coordinate representation of color #47127E: hue angle of 269.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47127E is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7118126-
CMYK0.440.8600.51
HSL269.44º75%28.24%-
HSV(B)269.44º85.71%49.41%-
XYZ6.583.2820.02-
YUV46.16173.06145.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=33.02%
G=8.37%
B=58.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71181260.440.8600.51269.447528.24
Hex47127E2C5603310d4b1c
Octal107221765412606341511334
Binary100011110010111111010110010101100110011100001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47127E; }

 p { color: rgb(71,18,126); }

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

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

 a { background-color: rgb(71,18,126); }

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

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

 span { border-color: rgb(71,18,126); }

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