#470572

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

Shades of Indigo #470572

Tints of Indigo #470572

Color information

#470572 (or 0x470572) is unknown color: approx Indigo. HEX triplet: 47, 05 and 72. RGB value is (71,5,114). Sum of RGB (Red+Green+Blue) = 71+5+114=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #470572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470572 is #B8FA8D. Grayscale: #242424. Windows color (decimal): -12122766 or 7472455. OLE color: 7472455.

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

Color convert

RGB715114-
CMYK0.380.9600.55
HSL276.33º91.6%23.33%-
HSV(B)276.33º95.61%44.71%-
XYZ5.692.6616.13-
YUV37.16171.37152.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 114 (44.92% from 255) = 60%
R=37.37%
G=2.63%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7151140.380.9600.55276.3391.623.33
Hex4757226600371145c17
Octal10751624614006742413427
Binary1000111101111001010011011000000110111100010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470572; }

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

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

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

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

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

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

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

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