#471279

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

Shades of Indigo #471279

Tints of Indigo #471279

Color information

#471279 (or 0x471279) is unknown color: approx Indigo. HEX triplet: 47, 12 and 79. RGB value is (71,18,121). Sum of RGB (Red+Green+Blue) = 71+18+121=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #471279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471279 is #B8ED86. Grayscale: #2D2D2D. Windows color (decimal): -12119431 or 7934535. OLE color: 7934535.

HSL color Cylindrical-coordinate representation of color #471279: hue angle of 270.87º 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 #471279 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7118121-
CMYK0.410.8500.53
HSL270.87º74.1%27.25%-
HSV(B)270.87º85.12%47.45%-
XYZ6.273.1518.37-
YUV45.59170.56146.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=33.81%
G=8.57%
B=57.62%

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
Decimal71181210.410.8500.53270.8774.127.25
Hex471279295503510f4a1b
Octal107221715112506541711233
Binary100011110010111100110100110101010110101100001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471279; }

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

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

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

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

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

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

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

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