#47076C

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

Shades of Indigo #47076C

Tints of Indigo #47076C

Color information

#47076C (or 0x47076C) is unknown color: approx Indigo. HEX triplet: 47, 07 and 6C. RGB value is (71,7,108). Sum of RGB (Red+Green+Blue) = 71+7+108=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #47076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47076C is #B8F893. Grayscale: #252525. Windows color (decimal): -12122260 or 7079751. OLE color: 7079751.

HSL color Cylindrical-coordinate representation of color #47076C: hue angle of 278.02º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47076C is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB717108-
CMYK0.340.9400.58
HSL278.02º87.83%22.55%-
HSV(B)278.02º93.52%42.35%-
XYZ5.382.5714.4-
YUV37.65167.7151.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=38.17%
G=3.76%
B=58.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7171080.340.9400.58278.0287.8322.55
Hex4776C225E03A1165817
Octal10771544213607242613027
Binary1000111111110110010001010111100111010100010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47076C; }

 p { color: rgb(71,7,108); }

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

<style>
 a { background-color: #47076C; }

 a { background-color: rgb(71,7,108); }

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

<style>
 span { border-color: #47076C; }

 span { border-color: rgb(71,7,108); }

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