#470D75

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

Shades of Indigo #470D75

Tints of Indigo #470D75

Color information

#470D75 (or 0x470D75) is unknown color: approx Indigo. HEX triplet: 47, 0D and 75. RGB value is (71,13,117). Sum of RGB (Red+Green+Blue) = 71+13+117=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #470D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D75 is #B8F28A. Grayscale: #292929. Windows color (decimal): -12120715 or 7671111. OLE color: 7671111.

HSL color Cylindrical-coordinate representation of color #470D75: hue angle of 273.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470D75 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7113117-
CMYK0.390.8900.54
HSL273.46º80%25.49%-
HSV(B)273.46º88.89%45.88%-
XYZ5.952.9117.08-
YUV42.2170.22148.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=35.32%
G=6.47%
B=58.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71131170.390.8900.54273.468025.49
Hex47D7527590361115019
Octal107151654713106642112031
Binary10001111101111010110011110110010110110100010001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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