#470E7C

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

Shades of Indigo #470E7C

Tints of Indigo #470E7C

Color information

#470E7C (or 0x470E7C) is unknown color: approx Indigo. HEX triplet: 47, 0E and 7C. RGB value is (71,14,124). Sum of RGB (Red+Green+Blue) = 71+14+124=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #470E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E7C is #B8F183. Grayscale: #2B2B2B. Windows color (decimal): -12120452 or 8130119. OLE color: 8130119.

HSL color Cylindrical-coordinate representation of color #470E7C: hue angle of 271.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470E7C is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7114124-
CMYK0.430.8900.51
HSL271.09º79.71%27.06%-
HSV(B)271.09º88.71%48.63%-
XYZ6.393.1119.33-
YUV43.58173.38147.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=33.97%
G=6.70%
B=59.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71141240.430.8900.51271.0979.7127.06
Hex47E7C2B5903310f501b
Octal107161745313106341712033
Binary10001111110111110010101110110010110011100001111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,14,124); }

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

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

 a { background-color: rgb(71,14,124); }

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

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

 span { border-color: rgb(71,14,124); }

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