#571591

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

Shades of Indigo #571591

Tints of Indigo #571591

Color information

#571591 (or 0x571591) is unknown color: approx Indigo. HEX triplet: 57, 15 and 91. RGB value is (87,21,145). Sum of RGB (Red+Green+Blue) = 87+21+145=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #571591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571591 is #A8EA6E. Grayscale: #363636. Windows color (decimal): -11070063 or 9508183. OLE color: 9508183.

HSL color Cylindrical-coordinate representation of color #571591: hue angle of 271.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571591 is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8721145-
CMYK0.40.8600.43
HSL271.94º74.7%32.55%-
HSV(B)271.94º85.52%56.86%-
XYZ9.314.6127.19-
YUV54.87178.87150.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=34.39%
G=8.30%
B=57.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87211450.40.8600.43271.9474.732.55
Hex571591285602B1104b21
Octal127252215012605342011341
Binary10101111010110010001101000101011001010111000100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571591; }

 p { color: rgb(87,21,145); }

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

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

 a { background-color: rgb(87,21,145); }

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

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

 span { border-color: rgb(87,21,145); }

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