#470475

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

Shades of Indigo #470475

Tints of Indigo #470475

Color information

#470475 (or 0x470475) is unknown color: approx Indigo. HEX triplet: 47, 04 and 75. RGB value is (71,4,117). Sum of RGB (Red+Green+Blue) = 71+4+117=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #470475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470475 is #B8FB8A. Grayscale: #242424. Windows color (decimal): -12123019 or 7668807. OLE color: 7668807.

HSL color Cylindrical-coordinate representation of color #470475: hue angle of 275.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470475 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB714117-
CMYK0.390.9700.54
HSL275.58º93.39%23.73%-
HSV(B)275.58º96.58%45.88%-
XYZ5.852.7117.04-
YUV36.92173.2152.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=36.98%
G=2.08%
B=60.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7141170.390.9700.54275.5893.3923.73
Hex4747527610361145d18
Octal10741654714106642413530
Binary1000111100111010110011111000010110110100010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470475; }

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

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

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

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

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

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

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

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