#470065

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

Shades of Indigo #470065

Tints of Indigo #470065

Color information

#470065 (or 0x470065) is unknown color: approx Indigo. HEX triplet: 47, 00 and 65. RGB value is (71,0,101). Sum of RGB (Red+Green+Blue) = 71+0+101=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #470065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470065 is #B8FF9A. Grayscale: #202020. Windows color (decimal): -12124059 or 6619207. OLE color: 6619207.

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

Color convert

RGB710101-
CMYK0.30100.60
HSL282.18º100%19.8%-
HSV(B)282.18º100%39.61%-
XYZ4.952.2812.49-
YUV32.74166.52155.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=41.28%
G=0%
B=58.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7101010.30100.60282.1810019.8
Hex470651E6403C11a6414
Octal10701453614407443214424
Binary1000111011001011111011001000111100100011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470065; }

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

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

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

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

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

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

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

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