#47015D

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

Shades of Indigo #47015D

Tints of Indigo #47015D

Color information

#47015D (or 0x47015D) is unknown color: approx Indigo. HEX triplet: 47, 01 and 5D. RGB value is (71,1,93). Sum of RGB (Red+Green+Blue) = 71+1+93=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #47015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47015D is #B8FEA2. Grayscale: #202020. Windows color (decimal): -12123811 or 6095175. OLE color: 6095175.

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

Color convert

RGB71193-
CMYK0.240.9900.64
HSL285.65º97.87%18.43%-
HSV(B)285.65º98.92%36.47%-
XYZ4.592.1510.53-
YUV32.42162.19155.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=43.03%
G=0.61%
B=56.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal711930.240.9900.64285.6597.8718.43
Hex4715D186304011e6212
Octal107113530143010043614222
Binary10001111101110111000110001101000000100011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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