Html Css Color HEX #571980 Indigo

📋 copy color: '#571980'

red 87 ◦ green 25 ◦ blue 128

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

Shades of Indigo #571980

Tints of Indigo #571980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 36.25%
G = 10.42%
B = 53.33%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#571980 (or 0x571980) is known color: Indigo. HEX triplet: 57, 19 and 80. RGB value is (87,25,128). Sum of RGB (Red+Green+Blue) = 87+25+128=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #571980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571980 is #A8E67F. Grayscale: #363636. Windows color (decimal): -11069056 or 8395095. OLE color: 8395095.

HSL color Cylindrical-coordinate representation of color #571980: hue angle of 276.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571980 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 25 128 -
CMYK 0.32 0.80 0 0.50
HSL 276.12º 0.67% 0.3% -
HSV(B) 276.12º 0.8% 0.5% -
XYZ 8.17 4.28 20.82 -
YUV 55.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 87 25 128 0.32 0.80 0 0.50 276.12 0.67 0.3
Hex 57 19 80 20 50 0 32 114 43 1E
Octal 127 31 200 40 120 0 62 424 103 36
Binary 1010111 11001 10000000 100000 1010000 0 110010 100010100 1000011 11110

Color Harmonies of #571980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571980

Black with #571980

Text Example


Text Example

White with #571980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571980; }

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

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

background-color css

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

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

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

border-color css

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

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

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