#470779

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

Shades of Indigo #470779

Tints of Indigo #470779

Color information

#470779 (or 0x470779) is unknown color: approx Indigo. HEX triplet: 47, 07 and 79. RGB value is (71,7,121). Sum of RGB (Red+Green+Blue) = 71+7+121=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #470779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470779 is #B8F886. Grayscale: #262626. Windows color (decimal): -12122247 or 7931719. OLE color: 7931719.

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

Color convert

RGB717121-
CMYK0.410.9400.53
HSL273.68º89.06%25.1%-
HSV(B)273.68º94.21%47.45%-
XYZ6.132.8718.32-
YUV39.13174.2150.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=35.68%
G=3.52%
B=60.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7171210.410.9400.53273.6889.0625.1
Hex47779295E0351125919
Octal10771715113606542213131
Binary1000111111111100110100110111100110101100010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470779; }

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

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

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

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

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

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

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

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