Html Css Color HEX #570577 Indigo

📋 copy color: '#570577'

red 87 ◦ green 5 ◦ blue 119

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

Shades of Indigo #570577

Tints of Indigo #570577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 41.23%
G = 2.37%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#570577 (or 0x570577) is known color: Indigo. HEX triplet: 57, 05 and 77. RGB value is (87,5,119). Sum of RGB (Red+Green+Blue) = 87+5+119=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #570577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570577 is #A8FA88. Grayscale: #2A2A2A. Windows color (decimal): -11074185 or 7800151. OLE color: 7800151.

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

Color convert

RGB 87 5 119 -
CMYK 0.27 0.96 0 0.53
HSL 283.16º 0.92% 0.24% -
HSV(B) 283.16º 0.96% 0.47% -
XYZ 7.31 3.47 17.74 -
YUV 42.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 87 5 119 0.27 0.96 0 0.53 283.16 0.92 0.24
Hex 57 5 77 1B 60 0 35 11B 5C 18
Octal 127 5 167 33 140 0 65 433 134 30
Binary 1010111 101 1110111 11011 1100000 0 110101 100011011 1011100 11000

Color Harmonies of #570577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570577

Black with #570577

Text Example


Text Example

White with #570577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570577; }

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

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

background-color css

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

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

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

border-color css

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

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

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