#47026E

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

Shades of Indigo #47026E

Tints of Indigo #47026E

Color information

#47026E (or 0x47026E) is unknown color: approx Indigo. HEX triplet: 47, 02 and 6E. RGB value is (71,2,110). Sum of RGB (Red+Green+Blue) = 71+2+110=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #47026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47026E is #B8FD91. Grayscale: #222222. Windows color (decimal): -12123538 or 7209543. OLE color: 7209543.

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

Color convert

RGB712110-
CMYK0.350.9800.57
HSL278.33º96.43%21.96%-
HSV(B)278.33º98.18%43.14%-
XYZ5.432.5114.95-
YUV34.94170.36153.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=38.80%
G=1.09%
B=60.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7121100.350.9800.57278.3396.4321.96
Hex4726E23620391166016
Octal10721564314207142614026
Binary100011110110111010001111000100111001100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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