#47116F

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

Shades of Indigo #47116F

Tints of Indigo #47116F

Color information

#47116F (or 0x47116F) is unknown color: approx Indigo. HEX triplet: 47, 11 and 6F. RGB value is (71,17,111). Sum of RGB (Red+Green+Blue) = 71+17+111=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #47116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47116F is #B8EE90. Grayscale: #2B2B2B. Windows color (decimal): -12119697 or 7278919. OLE color: 7278919.

HSL color Cylindrical-coordinate representation of color #47116F: hue angle of 274.47º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47116F is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7117111-
CMYK0.360.8500.56
HSL274.47º73.44%25.1%-
HSV(B)274.47º84.68%43.53%-
XYZ5.672.8915.3-
YUV43.86165.89147.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=35.68%
G=8.54%
B=55.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71171110.360.8500.56274.4773.4425.1
Hex47116F24550381124919
Octal107211574412507042211131
Binary100011110001110111110010010101010111000100010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,17,111); }

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

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

 a { background-color: rgb(71,17,111); }

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

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

 span { border-color: rgb(71,17,111); }

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