#47015F

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

Shades of Indigo #47015F

Tints of Indigo #47015F

Color information

#47015F (or 0x47015F) is unknown color: approx Indigo. HEX triplet: 47, 01 and 5F. RGB value is (71,1,95). Sum of RGB (Red+Green+Blue) = 71+1+95=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #47015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47015F is #B8FEA0. Grayscale: #202020. Windows color (decimal): -12123809 or 6226247. OLE color: 6226247.

HSL color Cylindrical-coordinate representation of color #47015F: hue angle of 284.68º 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 #47015F is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB71195-
CMYK0.250.9900.63
HSL284.68º97.92%18.82%-
HSV(B)284.68º98.95%37.25%-
XYZ4.672.1911-
YUV32.65163.19155.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=42.51%
G=0.60%
B=56.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal711950.250.9900.63284.6897.9218.82
Hex4715F196303F11d6213
Octal10711373114307743514223
Binary1000111110111111100111000110111111100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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