Html Css Color HEX #571371 Indigo

📋 copy color: '#571371'

red 87 ◦ green 19 ◦ blue 113

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

Shades of Indigo #571371

Tints of Indigo #571371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 39.73%
G = 8.68%
B = 51.6%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571371 (or 0x571371) is known color: Indigo. HEX triplet: 57, 13 and 71. RGB value is (87,19,113). Sum of RGB (Red+Green+Blue) = 87+19+113=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #571371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571371 is #A8EC8E. Grayscale: #313131. Windows color (decimal): -11070607 or 7410519. OLE color: 7410519.

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

Color convert

RGB 87 19 113 -
CMYK 0.23 0.83 0 0.56
HSL 283.4º 0.71% 0.26% -
HSV(B) 283.4º 0.83% 0.44% -
XYZ 7.14 3.68 15.96 -
YUV 50.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 87 19 113 0.23 0.83 0 0.56 283.4 0.71 0.26
Hex 57 13 71 17 53 0 38 11B 47 1A
Octal 127 23 161 27 123 0 70 433 107 32
Binary 1010111 10011 1110001 10111 1010011 0 111000 100011011 1000111 11010

Color Harmonies of #571371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571371

Black with #571371

Text Example


Text Example

White with #571371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571371; }

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

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

background-color css

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

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

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

border-color css

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

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

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