#47167A

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

Shades of Indigo #47167A

Tints of Indigo #47167A

Color information

#47167A (or 0x47167A) is unknown color: approx Indigo. HEX triplet: 47, 16 and 7A. RGB value is (71,22,122). Sum of RGB (Red+Green+Blue) = 71+22+122=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #47167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47167A is #B8E985. Grayscale: #2F2F2F. Windows color (decimal): -12118406 or 8001095. OLE color: 8001095.

HSL color Cylindrical-coordinate representation of color #47167A: hue angle of 269.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47167A is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7122122-
CMYK0.420.8200.52
HSL269.4º69.44%28.24%-
HSV(B)269.4º81.97%47.84%-
XYZ6.43.3218.72-
YUV48.05169.73144.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=33.02%
G=10.23%
B=56.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71221220.420.8200.52269.469.4428.24
Hex47167A2A5203410d451c
Octal107261725212206441510534
Binary100011110110111101010101010100100110100100001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,22,122); }

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

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

 a { background-color: rgb(71,22,122); }

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

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

 span { border-color: rgb(71,22,122); }

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