#571071

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

Shades of Indigo #571071

Tints of Indigo #571071

Color information

#571071 (or 0x571071) is unknown color: approx Indigo. HEX triplet: 57, 10 and 71. RGB value is (87,16,113). Sum of RGB (Red+Green+Blue) = 87+16+113=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #571071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571071 is #A8EF8E. Grayscale: #2F2F2F. Windows color (decimal): -11071375 or 7409751. OLE color: 7409751.

HSL color Cylindrical-coordinate representation of color #571071: hue angle of 283.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571071 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8716113-
CMYK0.230.8600.56
HSL283.92º75.19%25.29%-
HSV(B)283.92º85.84%44.31%-
XYZ7.13.5915.94-
YUV48.29164.52155.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=40.28%
G=7.41%
B=52.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87161130.230.8600.56283.9275.1925.29
Hex571071175603811c4b19
Octal127201612712607043411331
Binary10101111000011100011011110101100111000100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571071; }

 p { color: rgb(87,16,113); }

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

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

 a { background-color: rgb(87,16,113); }

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

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

 span { border-color: rgb(87,16,113); }

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