Html Css Color HEX #5703AC Indigo

📋 copy color: '#5703AC'

red 87 ◦ green 3 ◦ blue 172

#5703AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5703AC

Tints of Indigo #5703AC

RGB

 RED value IS 87 (34.38% from 255) = 33.21%

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 33.21%
G = 1.15%
B = 65.65%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5703AC (or 0x5703AC) is known color: Indigo. HEX triplet: 57, 03 and AC. RGB value is (87,3,172). Sum of RGB (Red+Green+Blue) = 87+3+172=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #5703AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5703AC is #A8FC53. Grayscale: #2E2E2E. Windows color (decimal): -11074644 or 11273047. OLE color: 11273047.

HSL color Cylindrical-coordinate representation of color #5703AC: hue angle of 269.82º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5703AC is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 3 172 -
CMYK 0.49 0.98 0 0.33
HSL 269.82º 0.97% 0.34% -
HSV(B) 269.82º 0.98% 0.67% -
XYZ 11.41 5.07 39.41 -
YUV 47.38 198.33 156.26 -
System Red Green Blue C M Y K H S L
Decimal 87 3 172 0.49 0.98 0 0.33 269.82 0.97 0.34
Hex 57 3 AC 31 62 0 21 10E 61 22
Octal 127 3 254 61 142 0 41 416 141 42
Binary 1010111 11 10101100 110001 1100010 0 100001 100001110 1100001 100010

Color Harmonies of #5703AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703AC

Black with #5703AC

Text Example


Text Example

White with #5703AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5703AC;
 }
 .AnyTagClassName
 {
   color: #5703AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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