#470E9E

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

Shades of Indigo #470E9E

Tints of Indigo #470E9E

Color information

#470E9E (or 0x470E9E) is unknown color: approx Indigo. HEX triplet: 47, 0E and 9E. RGB value is (71,14,158). Sum of RGB (Red+Green+Blue) = 71+14+158=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #470E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E9E is #B8F161. Grayscale: #2E2E2E. Windows color (decimal): -12120418 or 10358343. OLE color: 10358343.

HSL color Cylindrical-coordinate representation of color #470E9E: hue angle of 263.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470E9E is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7114158-
CMYK0.550.9100.38
HSL263.75º83.72%33.73%-
HSV(B)263.75º91.14%61.96%-
XYZ8.934.1232.67-
YUV47.46190.38144.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=29.22%
G=5.76%
B=65.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71141580.550.9100.38263.7583.7233.73
Hex47E9E375B0261085422
Octal107162366713304641012442
Binary1000111111010011110110111101101101001101000010001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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