#47026A

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

Shades of Indigo #47026A

Tints of Indigo #47026A

Color information

#47026A (or 0x47026A) is unknown color: approx Indigo. HEX triplet: 47, 02 and 6A. RGB value is (71,2,106). Sum of RGB (Red+Green+Blue) = 71+2+106=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #47026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47026A is #B8FD95. Grayscale: #222222. Windows color (decimal): -12123542 or 6947399. OLE color: 6947399.

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

Color convert

RGB712106-
CMYK0.330.9800.58
HSL279.81º96.3%21.18%-
HSV(B)279.81º98.11%41.57%-
XYZ5.222.4213.83-
YUV34.49168.36154.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=39.66%
G=1.12%
B=59.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7121060.330.9800.58279.8196.321.18
Hex4726A216203A1186015
Octal10721524114207243014025
Binary100011110110101010000111000100111010100011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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