Html Css Color HEX #571471 Indigo

📋 copy color: '#571471'

red 87 ◦ green 20 ◦ blue 113

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

Shades of Indigo #571471

Tints of Indigo #571471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 39.55%
G = 9.09%
B = 51.36%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571471 (or 0x571471) is known color: Indigo. HEX triplet: 57, 14 and 71. RGB value is (87,20,113). Sum of RGB (Red+Green+Blue) = 87+20+113=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #571471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571471 is #A8EB8E. Grayscale: #323232. Windows color (decimal): -11070351 or 7410775. OLE color: 7410775.

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

Color convert

RGB 87 20 113 -
CMYK 0.23 0.82 0 0.56
HSL 283.23º 0.7% 0.26% -
HSV(B) 283.23º 0.82% 0.44% -
XYZ 7.16 3.72 15.96 -
YUV 50.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 87 20 113 0.23 0.82 0 0.56 283.23 0.7 0.26
Hex 57 14 71 17 52 0 38 11B 46 1A
Octal 127 24 161 27 122 0 70 433 106 32
Binary 1010111 10100 1110001 10111 1010010 0 111000 100011011 1000110 11010

Color Harmonies of #571471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571471

Black with #571471

Text Example


Text Example

White with #571471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571471; }

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

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

background-color css

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

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

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

border-color css

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

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

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