#47106A

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

Shades of Indigo #47106A

Tints of Indigo #47106A

Color information

#47106A (or 0x47106A) is unknown color: approx Indigo. HEX triplet: 47, 10 and 6A. RGB value is (71,16,106). Sum of RGB (Red+Green+Blue) = 71+16+106=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #47106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47106A is #B8EF95. Grayscale: #2A2A2A. Windows color (decimal): -12119958 or 6950983. OLE color: 6950983.

HSL color Cylindrical-coordinate representation of color #47106A: hue angle of 276.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47106A is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7116106-
CMYK0.330.8500.58
HSL276.67º73.77%23.92%-
HSV(B)276.67º84.91%41.57%-
XYZ5.392.7513.88-
YUV42.7163.72148.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=36.79%
G=8.29%
B=54.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71161060.330.8500.58276.6773.7723.92
Hex47106A215503A1154a18
Octal107201524112507242511230
Binary100011110000110101010000110101010111010100010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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