#470877

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

Shades of Indigo #470877

Tints of Indigo #470877

Color information

#470877 (or 0x470877) is unknown color: approx Indigo. HEX triplet: 47, 08 and 77. RGB value is (71,8,119). Sum of RGB (Red+Green+Blue) = 71+8+119=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #470877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470877 is #B8F788. Grayscale: #272727. Windows color (decimal): -12121993 or 7800903. OLE color: 7800903.

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

Color convert

RGB718119-
CMYK0.400.9300.53
HSL274.05º87.4%24.9%-
HSV(B)274.05º93.28%46.67%-
XYZ6.022.8517.68-
YUV39.49172.87150.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 119 (46.88% from 255) = 60.10%
R=35.86%
G=4.04%
B=60.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7181190.400.9300.53274.0587.424.9
Hex47877285D0351125719
Octal107101675013506542212731
Binary10001111000111011110100010111010110101100010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470877; }

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

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

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

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

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

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

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

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