#470461

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

Shades of Indigo #470461

Tints of Indigo #470461

Color information

#470461 (or 0x470461) is unknown color: approx Indigo. HEX triplet: 47, 04 and 61. RGB value is (71,4,97). Sum of RGB (Red+Green+Blue) = 71+4+97=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #470461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470461 is #B8FB9E. Grayscale: #222222. Windows color (decimal): -12123039 or 6358087. OLE color: 6358087.

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

Color convert

RGB71497-
CMYK0.270.9600.62
HSL283.23º92.08%19.8%-
HSV(B)283.23º95.88%38.04%-
XYZ4.82.2911.5-
YUV34.64163.2153.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=41.28%
G=2.33%
B=56.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal714970.270.9600.62283.2392.0819.8
Hex474611B6003E11b5c14
Octal10741413314007643313424
Binary100011110011000011101111000000111110100011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470461; }

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

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

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

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

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

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

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

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