#5710A1

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

Shades of Indigo #5710A1

Tints of Indigo #5710A1

Color information

#5710A1 (or 0x5710A1) is unknown color: approx Indigo. HEX triplet: 57, 10 and A1. RGB value is (87,16,161). Sum of RGB (Red+Green+Blue) = 87+16+161=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #5710A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5710A1 is #A8EF5E. Grayscale: #353535. Windows color (decimal): -11071327 or 10555479. OLE color: 10555479.

HSL color Cylindrical-coordinate representation of color #5710A1: hue angle of 269.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5710A1 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8716161-
CMYK0.460.9000.37
HSL269.38º81.92%34.71%-
HSV(B)269.38º90.06%63.14%-
XYZ10.554.9734.12-
YUV53.76188.52151.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 161 (63.28% from 255) = 60.98%
R=32.95%
G=6.06%
B=60.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87161610.460.9000.37269.3881.9234.71
Hex5710A12E5A02510d5223
Octal127202415613204541512243
Binary10101111000010100001101110101101001001011000011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5710A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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