#47117D

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

Shades of Indigo #47117D

Tints of Indigo #47117D

Color information

#47117D (or 0x47117D) is unknown color: approx Indigo. HEX triplet: 47, 11 and 7D. RGB value is (71,17,125). Sum of RGB (Red+Green+Blue) = 71+17+125=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #47117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47117D is #B8EE82. Grayscale: #2D2D2D. Windows color (decimal): -12119683 or 8196423. OLE color: 8196423.

HSL color Cylindrical-coordinate representation of color #47117D: hue angle of 270º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47117D is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7117125-
CMYK0.430.8600.51
HSL270º76.06%27.84%-
HSV(B)270º86.4%49.02%-
XYZ6.53.2219.68-
YUV45.46172.89146.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=33.33%
G=7.98%
B=58.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71171250.430.8600.5127076.0627.84
Hex47117D2B5603310e4c1c
Octal107211755312606341611434
Binary100011110001111110110101110101100110011100001110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47117D; }

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

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

<style>
 a { background-color: #47117D; }

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

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

<style>
 span { border-color: #47117D; }

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

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