#470E69

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

Shades of Indigo #470E69

Tints of Indigo #470E69

Color information

#470E69 (or 0x470E69) is unknown color: approx Indigo. HEX triplet: 47, 0E and 69. RGB value is (71,14,105). Sum of RGB (Red+Green+Blue) = 71+14+105=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #470E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E69 is #B8F196. Grayscale: #292929. Windows color (decimal): -12120471 or 6884935. OLE color: 6884935.

HSL color Cylindrical-coordinate representation of color #470E69: hue angle of 277.58º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470E69 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7114105-
CMYK0.320.8700.59
HSL277.58º76.47%23.33%-
HSV(B)277.58º86.67%41.18%-
XYZ5.312.6713.6-
YUV41.42163.88149.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 14 (5.86% from 255) = 7.37%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=37.37%
G=7.37%
B=55.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71141050.320.8700.59277.5876.4723.33
Hex47E69205703B1164c17
Octal107161514012707342611427
Binary10001111110110100110000010101110111011100010110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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