#47158E

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

Shades of Indigo #47158E

Tints of Indigo #47158E

Color information

#47158E (or 0x47158E) is unknown color: approx Indigo. HEX triplet: 47, 15 and 8E. RGB value is (71,21,142). Sum of RGB (Red+Green+Blue) = 71+21+142=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #47158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47158E is #B8EA71. Grayscale: #313131. Windows color (decimal): -12118642 or 9311559. OLE color: 9311559.

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

Color convert

RGB7121142-
CMYK0.50.8500.44
HSL264.79º74.23%31.96%-
HSV(B)264.79º85.21%55.69%-
XYZ7.753.8325.92-
YUV49.74180.06143.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=30.34%
G=8.97%
B=60.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71211420.50.8500.44264.7974.2331.96
Hex47158E325502C1094a20
Octal107252166212505441111240
Binary10001111010110001110110010101010101011001000010011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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