Html Css Color HEX #570077 Indigo

📋 copy color: '#570077'

red 87 ◦ green 0 ◦ blue 119

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

Shades of Indigo #570077

Tints of Indigo #570077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 42.23%
G = 0%
B = 57.77%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#570077 (or 0x570077) is known color: Indigo. HEX triplet: 57, 00 and 77. RGB value is (87,0,119). Sum of RGB (Red+Green+Blue) = 87+0+119=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #570077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570077 is #A8FF88. Grayscale: #272727. Windows color (decimal): -11075465 or 7798871. OLE color: 7798871.

HSL color Cylindrical-coordinate representation of color #570077: hue angle of 283.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570077 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 0 119 -
CMYK 0.27 1 0 0.53
HSL 283.87º 1% 0.23% -
HSV(B) 283.87º 1% 0.47% -
XYZ 7.26 3.36 17.72 -
YUV 39.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 87 0 119 0.27 1 0 0.53 283.87 1 0.23
Hex 57 0 77 1B 64 0 35 11C 64 17
Octal 127 0 167 33 144 0 65 434 144 27
Binary 1010111 0 1110111 11011 1100100 0 110101 100011100 1100100 10111

Color Harmonies of #570077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570077

Black with #570077

Text Example


Text Example

White with #570077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570077; }

 p { color: rgb(87,0,119); }

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

background-color css

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

 a { background-color: rgb(87,0,119); }

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

border-color css

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

 span { border-color: rgb(87,0,119); }

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