#571080

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

Shades of Indigo #571080

Tints of Indigo #571080

Color information

#571080 (or 0x571080) is unknown color: approx Indigo. HEX triplet: 57, 10 and 80. RGB value is (87,16,128). Sum of RGB (Red+Green+Blue) = 87+16+128=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #571080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571080 is #A8EF7F. Grayscale: #313131. Windows color (decimal): -11071360 or 8392791. OLE color: 8392791.

HSL color Cylindrical-coordinate representation of color #571080: hue angle of 278.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571080 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8716128-
CMYK0.320.8800.50
HSL278.04º77.78%28.24%-
HSV(B)278.04º87.5%50.2%-
XYZ8.013.9620.76-
YUV50172.02154.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=37.66%
G=6.93%
B=55.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87161280.320.8800.50278.0477.7828.24
Hex57108020580321164e1c
Octal127202004013006242611634
Binary1010111100001000000010000010110000110010100010110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571080; }

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

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

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

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

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

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

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

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