#470668

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

Shades of Indigo #470668

Tints of Indigo #470668

Color information

#470668 (or 0x470668) is unknown color: approx Indigo. HEX triplet: 47, 06 and 68. RGB value is (71,6,104). Sum of RGB (Red+Green+Blue) = 71+6+104=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #470668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470668 is #B8F997. Grayscale: #242424. Windows color (decimal): -12122520 or 6817351. OLE color: 6817351.

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

Color convert

RGB716104-
CMYK0.320.9400.59
HSL279.8º89.09%21.57%-
HSV(B)279.8º94.23%40.78%-
XYZ5.162.4713.3-
YUV36.61166.03152.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=39.23%
G=3.31%
B=57.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7161040.320.9400.59279.889.0921.57
Hex47668205E03B1185916
Octal10761504013607343013126
Binary1000111110110100010000010111100111011100011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470668; }

 p { color: rgb(71,6,104); }

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

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

 a { background-color: rgb(71,6,104); }

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

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

 span { border-color: rgb(71,6,104); }

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