#47059E

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

Shades of Indigo #47059E

Tints of Indigo #47059E

Color information

#47059E (or 0x47059E) is unknown color: approx Indigo. HEX triplet: 47, 05 and 9E. RGB value is (71,5,158). Sum of RGB (Red+Green+Blue) = 71+5+158=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #47059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47059E is #B8FA61. Grayscale: #292929. Windows color (decimal): -12122722 or 10356039. OLE color: 10356039.

HSL color Cylindrical-coordinate representation of color #47059E: hue angle of 265.88º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47059E is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB715158-
CMYK0.550.9700.38
HSL265.88º93.87%31.96%-
HSV(B)265.88º96.84%61.96%-
XYZ8.823.9232.64-
YUV42.18193.37148.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=30.34%
G=2.14%
B=67.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7151580.550.9700.38265.8893.8731.96
Hex4759E376102610a5e20
Octal10752366714104641213640
Binary100011110110011110110111110000101001101000010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47059E; }

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

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

<style>
 a { background-color: #47059E; }

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

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

<style>
 span { border-color: #47059E; }

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

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