#470078

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

Shades of Indigo #470078

Tints of Indigo #470078

Color information

#470078 (or 0x470078) is unknown color: approx Indigo. HEX triplet: 47, 00 and 78. RGB value is (71,0,120). Sum of RGB (Red+Green+Blue) = 71+0+120=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #470078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470078 is #B8FF87. Grayscale: #222222. Windows color (decimal): -12124040 or 7864391. OLE color: 7864391.

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

Color convert

RGB710120-
CMYK0.41100.53
HSL275.5º100%23.53%-
HSV(B)275.5º100%47.06%-
XYZ5.992.717.97-
YUV34.91176.02153.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 62.83%
R=37.17%
G=0%
B=62.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7101200.41100.53275.510023.53
Hex4707829640351146418
Octal10701705114406542414430
Binary10001110111100010100111001000110101100010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470078; }

 p { color: rgb(71,0,120); }

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

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

 a { background-color: rgb(71,0,120); }

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

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

 span { border-color: rgb(71,0,120); }

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