#470F79

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

Shades of Indigo #470F79

Tints of Indigo #470F79

Color information

#470F79 (or 0x470F79) is unknown color: approx Indigo. HEX triplet: 47, 0F and 79. RGB value is (71,15,121). Sum of RGB (Red+Green+Blue) = 71+15+121=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #470F79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F79 is #B8F086. Grayscale: #2B2B2B. Windows color (decimal): -12120199 or 7933767. OLE color: 7933767.

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

Color convert

RGB7115121-
CMYK0.410.8800.53
HSL271.7º77.94%26.67%-
HSV(B)271.7º87.6%47.45%-
XYZ6.223.0618.35-
YUV43.83171.55147.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=34.30%
G=7.25%
B=58.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71151210.410.8800.53271.777.9426.67
Hex47F7929580351104e1b
Octal107171715113006542011633
Binary10001111111111100110100110110000110101100010000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F79; }

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

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

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

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

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

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

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

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