#47036D

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

Shades of Indigo #47036D

Tints of Indigo #47036D

Color information

#47036D (or 0x47036D) is unknown color: approx Indigo. HEX triplet: 47, 03 and 6D. RGB value is (71,3,109). Sum of RGB (Red+Green+Blue) = 71+3+109=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #47036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47036D is #B8FC92. Grayscale: #232323. Windows color (decimal): -12123283 or 7144263. OLE color: 7144263.

HSL color Cylindrical-coordinate representation of color #47036D: hue angle of 278.49º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47036D is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB713109-
CMYK0.350.9700.57
HSL278.49º94.64%21.96%-
HSV(B)278.49º97.25%42.75%-
XYZ5.392.5114.67-
YUV35.42169.53153.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=38.80%
G=1.64%
B=59.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7131090.350.9700.57278.4994.6421.96
Hex4736D23610391165f16
Octal10731554314107142613726
Binary100011111110110110001111000010111001100010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,3,109); }

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

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

 a { background-color: rgb(71,3,109); }

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

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

 span { border-color: rgb(71,3,109); }

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