#470B78

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

Shades of Indigo #470B78

Tints of Indigo #470B78

Color information

#470B78 (or 0x470B78) is unknown color: approx Indigo. HEX triplet: 47, 0B and 78. RGB value is (71,11,120). Sum of RGB (Red+Green+Blue) = 71+11+120=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #470B78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B78 is #B8F487. Grayscale: #282828. Windows color (decimal): -12121224 or 7867207. OLE color: 7867207.

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

Color convert

RGB7111120-
CMYK0.410.9100.53
HSL273.03º83.21%25.69%-
HSV(B)273.03º90.83%47.06%-
XYZ6.112.9418.01-
YUV41.37172.38149.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=35.15%
G=5.45%
B=59.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71111200.410.9100.53273.0383.2125.69
Hex47B78295B035111531a
Octal107131705113306542112332
Binary10001111011111100010100110110110110101100010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470B78; }

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

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

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

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

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

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

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

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