#47008D

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

Shades of Indigo #47008D

Tints of Indigo #47008D

Color information

#47008D (or 0x47008D) is unknown color: approx Indigo. HEX triplet: 47, 00 and 8D. RGB value is (71,0,141). Sum of RGB (Red+Green+Blue) = 71+0+141=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #47008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47008D is #B8FF72. Grayscale: #242424. Windows color (decimal): -12124019 or 9240647. OLE color: 9240647.

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

Color convert

RGB710141-
CMYK0.50100.45
HSL270.21º100%27.65%-
HSV(B)270.21º100%55.29%-
XYZ7.413.2625.44-
YUV37.3186.52152.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 66.51%
R=33.49%
G=0%
B=66.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7101410.50100.45270.2110027.65
Hex4708D326402D10e641c
Octal10702156214405541614434
Binary100011101000110111001011001000101101100001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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