#47056F

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

Shades of Indigo #47056F

Tints of Indigo #47056F

Color information

#47056F (or 0x47056F) is unknown color: approx Indigo. HEX triplet: 47, 05 and 6F. RGB value is (71,5,111). Sum of RGB (Red+Green+Blue) = 71+5+111=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #47056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47056F is #B8FA90. Grayscale: #242424. Windows color (decimal): -12122769 or 7275847. OLE color: 7275847.

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

Color convert

RGB715111-
CMYK0.360.9500.56
HSL277.36º91.38%22.75%-
HSV(B)277.36º95.5%43.53%-
XYZ5.522.615.25-
YUV36.82169.87152.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=37.97%
G=2.67%
B=59.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7151110.360.9500.56277.3691.3822.75
Hex4756F245F0381155b17
Octal10751574413707042513327
Binary1000111101110111110010010111110111000100010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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