#47055F

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

Shades of Indigo #47055F

Tints of Indigo #47055F

Color information

#47055F (or 0x47055F) is unknown color: approx Indigo. HEX triplet: 47, 05 and 5F. RGB value is (71,5,95). Sum of RGB (Red+Green+Blue) = 71+5+95=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #47055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47055F is #B8FAA0. Grayscale: #222222. Windows color (decimal): -12122785 or 6227271. OLE color: 6227271.

HSL color Cylindrical-coordinate representation of color #47055F: hue angle of 284º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47055F is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB71595-
CMYK0.250.9500.63
HSL284º90%19.61%-
HSV(B)284º94.74%37.25%-
XYZ4.722.2711.02-
YUV34.99161.87153.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=41.52%
G=2.92%
B=55.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal715950.250.9500.632849019.61
Hex4755F195F03F11c5a14
Octal10751373113707743413224
Binary100011110110111111100110111110111111100011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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