#47005F

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

Shades of Indigo #47005F

Tints of Indigo #47005F

Color information

#47005F (or 0x47005F) is unknown color: approx Indigo. HEX triplet: 47, 00 and 5F. RGB value is (71,0,95). Sum of RGB (Red+Green+Blue) = 71+0+95=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #47005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47005F is #B8FFA0. Grayscale: #1F1F1F. Windows color (decimal): -12124065 or 6225991. OLE color: 6225991.

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

Color convert

RGB71095-
CMYK0.25100.63
HSL284.84º100%18.63%-
HSV(B)284.84º100%37.25%-
XYZ4.662.1711-
YUV32.06163.52155.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=42.77%
G=0%
B=57.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal710950.25100.63284.8410018.63
Hex4705F196403F11d6413
Octal10701373114407743514423
Binary1000111010111111100111001000111111100011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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