Html Css Color HEX #571580 Indigo

📋 copy color: '#571580'

red 87 ◦ green 21 ◦ blue 128

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

Shades of Indigo #571580

Tints of Indigo #571580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 36.86%
G = 8.9%
B = 54.24%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#571580 (or 0x571580) is known color: Indigo. HEX triplet: 57, 15 and 80. RGB value is (87,21,128). Sum of RGB (Red+Green+Blue) = 87+21+128=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #571580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571580 is #A8EA7F. Grayscale: #343434. Windows color (decimal): -11070080 or 8394071. OLE color: 8394071.

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

Color convert

RGB 87 21 128 -
CMYK 0.32 0.84 0 0.50
HSL 277.01º 0.72% 0.29% -
HSV(B) 277.01º 0.84% 0.5% -
XYZ 8.09 4.12 20.79 -
YUV 52.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 87 21 128 0.32 0.84 0 0.50 277.01 0.72 0.29
Hex 57 15 80 20 54 0 32 115 48 1D
Octal 127 25 200 40 124 0 62 425 110 35
Binary 1010111 10101 10000000 100000 1010100 0 110010 100010101 1001000 11101

Color Harmonies of #571580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571580

Black with #571580

Text Example


Text Example

White with #571580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571580; }

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

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

background-color css

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

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

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

border-color css

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

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

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