#470860

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

Shades of Indigo #470860

Tints of Indigo #470860

Color information

#470860 (or 0x470860) is unknown color: approx Indigo. HEX triplet: 47, 08 and 60. RGB value is (71,8,96). Sum of RGB (Red+Green+Blue) = 71+8+96=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #470860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470860 is #B8F79F. Grayscale: #242424. Windows color (decimal): -12122016 or 6293575. OLE color: 6293575.

HSL color Cylindrical-coordinate representation of color #470860: hue angle of 282.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470860 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71896-
CMYK0.260.9200.62
HSL282.95º84.62%20.39%-
HSV(B)282.95º91.67%37.65%-
XYZ4.82.3611.27-
YUV36.87161.37152.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=40.57%
G=4.57%
B=54.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal718960.260.9200.62282.9584.6220.39
Hex478601A5C03E11b5514
Octal107101403213407643312524
Binary1000111100011000001101010111000111110100011011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470860; }

 p { color: rgb(71,8,96); }

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

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

 a { background-color: rgb(71,8,96); }

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

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

 span { border-color: rgb(71,8,96); }

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