#47126D

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

Shades of Indigo #47126D

Tints of Indigo #47126D

Color information

#47126D (or 0x47126D) is unknown color: approx Indigo. HEX triplet: 47, 12 and 6D. RGB value is (71,18,109). Sum of RGB (Red+Green+Blue) = 71+18+109=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #47126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47126D is #B8ED92. Grayscale: #2B2B2B. Windows color (decimal): -12119443 or 7148103. OLE color: 7148103.

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

Color convert

RGB7118109-
CMYK0.350.8300.57
HSL274.95º71.65%24.9%-
HSV(B)274.95º83.49%42.75%-
XYZ5.582.8814.73-
YUV44.22164.56147.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=35.86%
G=9.09%
B=55.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71181090.350.8300.57274.9571.6524.9
Hex47126D23530391134819
Octal107221554312307142311031
Binary100011110010110110110001110100110111001100010011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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