#47005e

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

Shades of Indigo #47005E

Tints of Indigo #47005E

Color information

#47005E (or 0x47005E) is unknown color: approx Indigo. HEX triplet: 47, 00 and 5E. RGB value is (71,0,94). Sum of RGB (Red+Green+Blue) = 71+0+94=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #47005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47005E is #B8FFA1. Grayscale: #1F1F1F. Windows color (decimal): -12124066 or 6160455. OLE color: 6160455.

HSL color Cylindrical-coordinate representation of color #47005E: hue angle of 285.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47005E is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB71094-
CMYK0.24100.63
HSL285.32º100%18.43%-
HSV(B)285.32º100%36.86%-
XYZ4.622.1510.76-
YUV31.94163.02155.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=43.03%
G=0%
B=56.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal710940.24100.63285.3210018.43
Hex4705E186403F11d6412
Octal10701363014407743514422
Binary1000111010111101100011001000111111100011101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47005e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47005e; }

 p { color: rgb(71,0,94); }

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

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

 a { background-color: rgb(71,0,94); }

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

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

 span { border-color: rgb(71,0,94); }

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