#470072

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

Shades of Indigo #470072

Tints of Indigo #470072

Color information

#470072 (or 0x470072) is unknown color: approx Indigo. HEX triplet: 47, 00 and 72. RGB value is (71,0,114). Sum of RGB (Red+Green+Blue) = 71+0+114=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #470072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470072 is #B8FF8D. Grayscale: #212121. Windows color (decimal): -12124046 or 7471175. OLE color: 7471175.

HSL color Cylindrical-coordinate representation of color #470072: hue angle of 277.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470072 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB710114-
CMYK0.38100.55
HSL277.37º100%22.35%-
HSV(B)277.37º100%44.71%-
XYZ5.642.5516.12-
YUV34.22173.02154.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=38.38%
G=0%
B=61.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7101140.38100.55277.3710022.35
Hex4707226640371156416
Octal10701624614406742514426
Binary10001110111001010011011001000110111100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470072; }

 p { color: rgb(71,0,114); }

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

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

 a { background-color: rgb(71,0,114); }

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

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

 span { border-color: rgb(71,0,114); }

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