#5715A1

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

Shades of Indigo #5715A1

Tints of Indigo #5715A1

Color information

#5715A1 (or 0x5715A1) is unknown color: approx Indigo. HEX triplet: 57, 15 and A1. RGB value is (87,21,161). Sum of RGB (Red+Green+Blue) = 87+21+161=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #5715A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5715A1 is #A8EA5E. Grayscale: #383838. Windows color (decimal): -11070047 or 10556759. OLE color: 10556759.

HSL color Cylindrical-coordinate representation of color #5715A1: hue angle of 268.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5715A1 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8721161-
CMYK0.460.8700.37
HSL268.29º76.92%35.69%-
HSV(B)268.29º86.96%63.14%-
XYZ10.635.1434.15-
YUV56.69186.87149.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 161 (63.28% from 255) = 59.85%
R=32.34%
G=7.81%
B=59.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87211610.460.8700.37268.2976.9235.69
Hex5715A12E5702510c4d24
Octal127252415612704541411544
Binary10101111010110100001101110101011101001011000011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5715A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5715A1; }

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

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

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

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

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

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

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

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