#47137c

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

Shades of Indigo #47137C

Tints of Indigo #47137C

Color information

#47137C (or 0x47137C) is unknown color: approx Indigo. HEX triplet: 47, 13 and 7C. RGB value is (71,19,124). Sum of RGB (Red+Green+Blue) = 71+19+124=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #47137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47137C is #B8EC83. Grayscale: #2E2E2E. Windows color (decimal): -12119172 or 8131399. OLE color: 8131399.

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

Color convert

RGB7119124-
CMYK0.430.8500.51
HSL269.71º73.43%28.04%-
HSV(B)269.71º84.68%48.63%-
XYZ6.473.2619.36-
YUV46.52171.73145.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=33.18%
G=8.88%
B=57.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71191240.430.8500.51269.7173.4328.04
Hex47137C2B5503310e491c
Octal107231745312506341611134
Binary100011110011111110010101110101010110011100001110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47137c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47137c; }

 p { color: rgb(71,19,124); }

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

<style>
 a { background-color: #47137c; }

 a { background-color: rgb(71,19,124); }

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

<style>
 span { border-color: #47137c; }

 span { border-color: rgb(71,19,124); }

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