#470F72

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

Shades of Indigo #470F72

Tints of Indigo #470F72

Color information

#470F72 (or 0x470F72) is unknown color: approx Indigo. HEX triplet: 47, 0F and 72. RGB value is (71,15,114). Sum of RGB (Red+Green+Blue) = 71+15+114=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #470F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F72 is #B8F08D. Grayscale: #2A2A2A. Windows color (decimal): -12120206 or 7475015. OLE color: 7475015.

HSL color Cylindrical-coordinate representation of color #470F72: hue angle of 273.94º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470F72 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7115114-
CMYK0.380.8700.55
HSL273.94º76.74%25.29%-
HSV(B)273.94º86.84%44.71%-
XYZ5.812.916.17-
YUV43.03168.05147.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=35.5%
G=7.5%
B=57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71151140.380.8700.55273.9476.7425.29
Hex47F7226570371124d19
Octal107171624612706742211531
Binary10001111111111001010011010101110110111100010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F72; }

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

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

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

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

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

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

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

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