#47097F

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

Shades of Indigo #47097F

Tints of Indigo #47097F

Color information

#47097F (or 0x47097F) is unknown color: approx Indigo. HEX triplet: 47, 09 and 7F. RGB value is (71,9,127). Sum of RGB (Red+Green+Blue) = 71+9+127=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #47097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47097F is #B8F680. Grayscale: #282828. Windows color (decimal): -12121729 or 8325447. OLE color: 8325447.

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

Color convert

RGB719127-
CMYK0.440.9300.50
HSL271.53º86.76%26.67%-
HSV(B)271.53º92.91%49.8%-
XYZ6.533.0720.33-
YUV40.99176.54149.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 127 (50% from 255) = 61.35%
R=34.30%
G=4.35%
B=61.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7191270.440.9300.50271.5386.7626.67
Hex4797F2C5D032110571b
Octal107111775413506242012733
Binary10001111001111111110110010111010110010100010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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