#470B9E

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

Shades of Indigo #470B9E

Tints of Indigo #470B9E

Color information

#470B9E (or 0x470B9E) is unknown color: approx Indigo. HEX triplet: 47, 0B and 9E. RGB value is (71,11,158). Sum of RGB (Red+Green+Blue) = 71+11+158=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #470B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470B9E is #B8F461. Grayscale: #2D2D2D. Windows color (decimal): -12121186 or 10357575. OLE color: 10357575.

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

Color convert

RGB7111158-
CMYK0.550.9300.38
HSL264.49º86.98%33.14%-
HSV(B)264.49º93.04%61.96%-
XYZ8.894.0532.66-
YUV45.7191.38146.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=29.58%
G=4.58%
B=65.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71111580.550.9300.38264.4986.9833.14
Hex47B9E375D0261085721
Octal107132366713504641012741
Binary1000111101110011110110111101110101001101000010001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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