#47106E

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

Shades of Indigo #47106E

Tints of Indigo #47106E

Color information

#47106E (or 0x47106E) is unknown color: approx Indigo. HEX triplet: 47, 10 and 6E. RGB value is (71,16,110). Sum of RGB (Red+Green+Blue) = 71+16+110=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #47106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47106E is #B8EF91. Grayscale: #2A2A2A. Windows color (decimal): -12119954 or 7213127. OLE color: 7213127.

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

Color convert

RGB7116110-
CMYK0.350.8500.57
HSL275.11º74.6%24.71%-
HSV(B)275.11º85.45%43.14%-
XYZ5.62.8415-
YUV43.16165.72147.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=36.04%
G=8.12%
B=55.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71161100.350.8500.57275.1174.624.71
Hex47106E23550391134b19
Octal107201564312507142311331
Binary100011110000110111010001110101010111001100010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47106E; }

 p { color: rgb(71,16,110); }

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

<style>
 a { background-color: #47106E; }

 a { background-color: rgb(71,16,110); }

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

<style>
 span { border-color: #47106E; }

 span { border-color: rgb(71,16,110); }

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