Html Css Color HEX #571071 Indigo

📋 copy color: '#571071'

red 87 ◦ green 16 ◦ blue 113

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

Shades of Indigo #571071

Tints of Indigo #571071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 40.28%
G = 7.41%
B = 52.31%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571071 (or 0x571071) is known color: Indigo. HEX triplet: 57, 10 and 71. RGB value is (87,16,113). Sum of RGB (Red+Green+Blue) = 87+16+113=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #571071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571071 is #A8EF8E. Grayscale: #2F2F2F. Windows color (decimal): -11071375 or 7409751. OLE color: 7409751.

HSL color Cylindrical-coordinate representation of color #571071: hue angle of 283.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571071 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 16 113 -
CMYK 0.23 0.86 0 0.56
HSL 283.92º 0.75% 0.25% -
HSV(B) 283.92º 0.86% 0.44% -
XYZ 7.1 3.59 15.94 -
YUV 48.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 87 16 113 0.23 0.86 0 0.56 283.92 0.75 0.25
Hex 57 10 71 17 56 0 38 11C 4B 19
Octal 127 20 161 27 126 0 70 434 113 31
Binary 1010111 10000 1110001 10111 1010110 0 111000 100011100 1001011 11001

Color Harmonies of #571071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571071

Black with #571071

Text Example


Text Example

White with #571071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571071; }

 p { color: rgb(87,16,113); }

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

background-color css

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

 a { background-color: rgb(87,16,113); }

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

border-color css

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

 span { border-color: rgb(87,16,113); }

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