#47017F

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

Shades of Indigo #47017F

Tints of Indigo #47017F

Color information

#47017F (or 0x47017F) is unknown color: approx Indigo. HEX triplet: 47, 01 and 7F. RGB value is (71,1,127). Sum of RGB (Red+Green+Blue) = 71+1+127=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #47017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47017F is #B8FE80. Grayscale: #232323. Windows color (decimal): -12123777 or 8323399. OLE color: 8323399.

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

Color convert

RGB711127-
CMYK0.440.9900.50
HSL273.33º98.44%25.1%-
HSV(B)273.33º99.21%49.8%-
XYZ6.442.8920.3-
YUV36.29179.19152.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 127 (50% from 255) = 63.82%
R=35.68%
G=0.50%
B=63.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7111270.440.9900.50273.3398.4425.1
Hex4717F2C630321116219
Octal10711775414306242114231
Binary10001111111111110110011000110110010100010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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