#47008B

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

Shades of Indigo #47008B

Tints of Indigo #47008B

Color information

#47008B (or 0x47008B) is unknown color: approx Indigo. HEX triplet: 47, 00 and 8B. RGB value is (71,0,139). Sum of RGB (Red+Green+Blue) = 71+0+139=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #47008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47008B is #B8FF74. Grayscale: #242424. Windows color (decimal): -12124021 or 9109575. OLE color: 9109575.

HSL color Cylindrical-coordinate representation of color #47008B: hue angle of 270.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47008B is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB710139-
CMYK0.49100.45
HSL270.65º100%27.25%-
HSV(B)270.65º100%54.51%-
XYZ7.263.224.66-
YUV37.08185.52152.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=33.81%
G=0%
B=66.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7101390.49100.45270.6510027.25
Hex4708B316402D10f641b
Octal10702136114405541714433
Binary100011101000101111000111001000101101100001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47008B; }

 p { color: rgb(71,0,139); }

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

<style>
 a { background-color: #47008B; }

 a { background-color: rgb(71,0,139); }

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

<style>
 span { border-color: #47008B; }

 span { border-color: rgb(71,0,139); }

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