#470185

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

Shades of Indigo #470185

Tints of Indigo #470185

Color information

#470185 (or 0x470185) is unknown color: approx Indigo. HEX triplet: 47, 01 and 85. RGB value is (71,1,133). Sum of RGB (Red+Green+Blue) = 71+1+133=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #470185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470185 is #B8FE7A. Grayscale: #242424. Windows color (decimal): -12123771 or 8716615. OLE color: 8716615.

HSL color Cylindrical-coordinate representation of color #470185: hue angle of 271.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470185 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB711133-
CMYK0.470.9900.48
HSL271.82º98.51%26.27%-
HSV(B)271.82º99.25%52.16%-
XYZ6.843.0522.42-
YUV36.98182.19152.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=34.63%
G=0.49%
B=64.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7111330.470.9900.48271.8298.5126.27
Hex471852F63030110631a
Octal10712055714306042014332
Binary100011111000010110111111000110110000100010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470185; }

 p { color: rgb(71,1,133); }

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

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

 a { background-color: rgb(71,1,133); }

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

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

 span { border-color: rgb(71,1,133); }

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