#47006A

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

Shades of Indigo #47006A

Tints of Indigo #47006A

Color information

#47006A (or 0x47006A) is unknown color: approx Indigo. HEX triplet: 47, 00 and 6A. RGB value is (71,0,106). Sum of RGB (Red+Green+Blue) = 71+0+106=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #47006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47006A is #B8FF95. Grayscale: #202020. Windows color (decimal): -12124054 or 6946887. OLE color: 6946887.

HSL color Cylindrical-coordinate representation of color #47006A: hue angle of 280.19º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47006A is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB710106-
CMYK0.33100.58
HSL280.19º100%20.78%-
HSV(B)280.19º100%41.57%-
XYZ5.22.3813.82-
YUV33.31169.02154.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 59.89%
R=40.11%
G=0%
B=59.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7101060.33100.58280.1910020.78
Hex4706A216403A1186415
Octal10701524114407243014425
Binary10001110110101010000111001000111010100011000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47006A; }

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

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

<style>
 a { background-color: #47006A; }

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

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

<style>
 span { border-color: #47006A; }

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

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