#471278

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

Shades of Indigo #471278

Tints of Indigo #471278

Color information

#471278 (or 0x471278) is unknown color: approx Indigo. HEX triplet: 47, 12 and 78. RGB value is (71,18,120). Sum of RGB (Red+Green+Blue) = 71+18+120=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #471278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471278 is #B8ED87. Grayscale: #2D2D2D. Windows color (decimal): -12119432 or 7868999. OLE color: 7868999.

HSL color Cylindrical-coordinate representation of color #471278: hue angle of 271.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471278 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7118120-
CMYK0.410.8500.53
HSL271.18º73.91%27.06%-
HSV(B)271.18º85%47.06%-
XYZ6.213.1318.05-
YUV45.47170.06146.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=33.97%
G=8.61%
B=57.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71181200.410.8500.53271.1873.9127.06
Hex471278295503510f4a1b
Octal107221705112506541711233
Binary100011110010111100010100110101010110101100001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471278; }

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

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

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

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

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

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

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

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