#47057F

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

Shades of Indigo #47057F

Tints of Indigo #47057F

Color information

#47057F (or 0x47057F) is unknown color: approx Indigo. HEX triplet: 47, 05 and 7F. RGB value is (71,5,127). Sum of RGB (Red+Green+Blue) = 71+5+127=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #47057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47057F is #B8FA80. Grayscale: #262626. Windows color (decimal): -12122753 or 8324423. OLE color: 8324423.

HSL color Cylindrical-coordinate representation of color #47057F: hue angle of 272.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47057F is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB715127-
CMYK0.440.9600.50
HSL272.46º92.42%25.88%-
HSV(B)272.46º96.06%49.8%-
XYZ6.482.9820.31-
YUV38.64177.87151.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 127 (50% from 255) = 62.56%
R=34.98%
G=2.46%
B=62.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7151270.440.9600.50272.4692.4225.88
Hex4757F2C600321105c1a
Octal10751775414006242013432
Binary1000111101111111110110011000000110010100010000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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