#470261

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

Shades of Indigo #470261

Tints of Indigo #470261

Color information

#470261 (or 0x470261) is unknown color: approx Indigo. HEX triplet: 47, 02 and 61. RGB value is (71,2,97). Sum of RGB (Red+Green+Blue) = 71+2+97=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #470261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470261 is #B8FD9E. Grayscale: #212121. Windows color (decimal): -12123551 or 6357575. OLE color: 6357575.

HSL color Cylindrical-coordinate representation of color #470261: hue angle of 283.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470261 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71297-
CMYK0.270.9800.62
HSL283.58º95.96%19.41%-
HSV(B)283.58º97.94%38.04%-
XYZ4.782.2511.49-
YUV33.46163.86154.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=41.76%
G=1.18%
B=57.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal712970.270.9800.62283.5895.9619.41
Hex472611B6203E11c6013
Octal10721413314207643414023
Binary10001111011000011101111000100111110100011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470261; }

 p { color: rgb(71,2,97); }

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

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

 a { background-color: rgb(71,2,97); }

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

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

 span { border-color: rgb(71,2,97); }

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