#5703AD

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

Shades of Indigo #5703AD

Tints of Indigo #5703AD

Color information

#5703AD (or 0x5703AD) is unknown color: approx Indigo. HEX triplet: 57, 03 and AD. RGB value is (87,3,173). Sum of RGB (Red+Green+Blue) = 87+3+173=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #5703AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5703AD is #A8FC52. Grayscale: #2E2E2E. Windows color (decimal): -11074643 or 11338583. OLE color: 11338583.

HSL color Cylindrical-coordinate representation of color #5703AD: hue angle of 269.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5703AD is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB873173-
CMYK0.500.9800.32
HSL269.65º96.59%34.51%-
HSV(B)269.65º98.27%67.84%-
XYZ11.515.1139.91-
YUV47.5198.83156.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 173 (67.97% from 255) = 65.78%
R=33.08%
G=1.14%
B=65.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8731730.500.9800.32269.6596.5934.51
Hex573AD326202010e6123
Octal12732556214204041614143
Binary10101111110101101110010110001001000001000011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5703AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5703AD; }

 p { color: rgb(87,3,173); }

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

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

 a { background-color: rgb(87,3,173); }

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

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

 span { border-color: rgb(87,3,173); }

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