Html Css Color HEX #570580 Indigo

📋 copy color: '#570580'

red 87 ◦ green 5 ◦ blue 128

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

Shades of Indigo #570580

Tints of Indigo #570580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 39.55%
G = 2.27%
B = 58.18%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#570580 (or 0x570580) is known color: Indigo. HEX triplet: 57, 05 and 80. RGB value is (87,5,128). Sum of RGB (Red+Green+Blue) = 87+5+128=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #570580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570580 is #A8FA7F. Grayscale: #2B2B2B. Windows color (decimal): -11074176 or 8389975. OLE color: 8389975.

HSL color Cylindrical-coordinate representation of color #570580: hue angle of 280º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570580 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 5 128 -
CMYK 0.32 0.96 0 0.50
HSL 280º 0.92% 0.26% -
HSV(B) 280º 0.96% 0.5% -
XYZ 7.88 3.69 20.72 -
YUV 43.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 87 5 128 0.32 0.96 0 0.50 280 0.92 0.26
Hex 57 5 80 20 60 0 32 118 5C 1A
Octal 127 5 200 40 140 0 62 430 134 32
Binary 1010111 101 10000000 100000 1100000 0 110010 100011000 1011100 11010

Color Harmonies of #570580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570580

Black with #570580

Text Example


Text Example

White with #570580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570580; }

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

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

background-color css

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

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

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

border-color css

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

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

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