#470565

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

Shades of Indigo #470565

Tints of Indigo #470565

Color information

#470565 (or 0x470565) is unknown color: approx Indigo. HEX triplet: 47, 05 and 65. RGB value is (71,5,101). Sum of RGB (Red+Green+Blue) = 71+5+101=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #470565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470565 is #B8FA9A. Grayscale: #232323. Windows color (decimal): -12122779 or 6620487. OLE color: 6620487.

HSL color Cylindrical-coordinate representation of color #470565: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470565 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB715101-
CMYK0.300.9500.60
HSL281.25º90.57%20.78%-
HSV(B)281.25º95.05%39.61%-
XYZ52.3912.51-
YUV35.68164.87153.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 101 (39.84% from 255) = 57.06%
R=40.11%
G=2.82%
B=57.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7151010.300.9500.60281.2590.5720.78
Hex475651E5F03C1195b15
Octal10751453613707443113325
Binary100011110111001011111010111110111100100011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470565; }

 p { color: rgb(71,5,101); }

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

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

 a { background-color: rgb(71,5,101); }

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

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

 span { border-color: rgb(71,5,101); }

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