#47015E

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

Shades of Indigo #47015E

Tints of Indigo #47015E

Color information

#47015E (or 0x47015E) is unknown color: approx Indigo. HEX triplet: 47, 01 and 5E. RGB value is (71,1,94). Sum of RGB (Red+Green+Blue) = 71+1+94=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #47015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47015E is #B8FEA1. Grayscale: #202020. Windows color (decimal): -12123810 or 6160711. OLE color: 6160711.

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

Color convert

RGB71194-
CMYK0.240.9900.63
HSL285.16º97.89%18.63%-
HSV(B)285.16º98.94%36.86%-
XYZ4.632.1710.76-
YUV32.53162.69155.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=42.77%
G=0.60%
B=56.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal711940.240.9900.63285.1697.8918.63
Hex4715E186303F11d6213
Octal10711363014307743514223
Binary1000111110111101100011000110111111100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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