#47016F

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

Shades of Indigo #47016F

Tints of Indigo #47016F

Color information

#47016F (or 0x47016F) is unknown color: approx Indigo. HEX triplet: 47, 01 and 6F. RGB value is (71,1,111). Sum of RGB (Red+Green+Blue) = 71+1+111=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #47016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47016F is #B8FE90. Grayscale: #222222. Windows color (decimal): -12123793 or 7274823. OLE color: 7274823.

HSL color Cylindrical-coordinate representation of color #47016F: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47016F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB711111-
CMYK0.360.9900.56
HSL278.18º98.21%21.96%-
HSV(B)278.18º99.1%43.53%-
XYZ5.482.5115.23-
YUV34.47171.19154.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=38.80%
G=0.55%
B=60.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111110.360.9900.56278.1898.2121.96
Hex4716F24630381166216
Octal10711574414307042614226
Binary10001111110111110010011000110111000100010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,1,111); }

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

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

 a { background-color: rgb(71,1,111); }

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

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

 span { border-color: rgb(71,1,111); }

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