#571578

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

Shades of Indigo #571578

Tints of Indigo #571578

Color information

#571578 (or 0x571578) is unknown color: approx Indigo. HEX triplet: 57, 15 and 78. RGB value is (87,21,120). Sum of RGB (Red+Green+Blue) = 87+21+120=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #571578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571578 is #A8EA87. Grayscale: #333333. Windows color (decimal): -11070088 or 7869783. OLE color: 7869783.

HSL color Cylindrical-coordinate representation of color #571578: hue angle of 280º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571578 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8721120-
CMYK0.280.8300.53
HSL280º70.21%27.65%-
HSV(B)280º82.5%47.06%-
XYZ7.593.9218.13-
YUV52.02166.37152.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=38.16%
G=9.21%
B=52.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87211200.280.8300.5328070.2127.65
Hex5715781C53035118461c
Octal127251703412306543010634
Binary10101111010111110001110010100110110101100011000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571578; }

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

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

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

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

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

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

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

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