#47147C

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

Shades of Indigo #47147C

Tints of Indigo #47147C

Color information

#47147C (or 0x47147C) is unknown color: approx Indigo. HEX triplet: 47, 14 and 7C. RGB value is (71,20,124). Sum of RGB (Red+Green+Blue) = 71+20+124=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #47147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47147C is #B8EB83. Grayscale: #2E2E2E. Windows color (decimal): -12118916 or 8131655. OLE color: 8131655.

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

Color convert

RGB7120124-
CMYK0.430.8400.51
HSL269.42º72.22%28.24%-
HSV(B)269.42º83.87%48.63%-
XYZ6.493.319.36-
YUV47.1171.4145.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=33.02%
G=9.30%
B=57.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71201240.430.8400.51269.4272.2228.24
Hex47147C2B5403310d481c
Octal107241745312406341511034
Binary100011110100111110010101110101000110011100001101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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