#47078E

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

Shades of Indigo #47078E

Tints of Indigo #47078E

Color information

#47078E (or 0x47078E) is unknown color: approx Indigo. HEX triplet: 47, 07 and 8E. RGB value is (71,7,142). Sum of RGB (Red+Green+Blue) = 71+7+142=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #47078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47078E is #B8F871. Grayscale: #292929. Windows color (decimal): -12122226 or 9307975. OLE color: 9307975.

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

Color convert

RGB717142-
CMYK0.50.9500.44
HSL268.44º90.6%29.22%-
HSV(B)268.44º95.07%55.69%-
XYZ7.563.4425.86-
YUV41.53184.7149.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=32.27%
G=3.18%
B=64.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7171420.50.9500.44268.4490.629.22
Hex4778E325F02C10c5b1d
Octal10772166213705441413335
Binary10001111111000111011001010111110101100100001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,7,142); }

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

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

 a { background-color: rgb(71,7,142); }

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

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

 span { border-color: rgb(71,7,142); }

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