Html Css Color HEX #571271 Indigo

📋 copy color: '#571271'

red 87 ◦ green 18 ◦ blue 113

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

Shades of Indigo #571271

Tints of Indigo #571271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 39.91%
G = 8.26%
B = 51.83%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571271 (or 0x571271) is known color: Indigo. HEX triplet: 57, 12 and 71. RGB value is (87,18,113). Sum of RGB (Red+Green+Blue) = 87+18+113=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #571271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571271 is #A8ED8E. Grayscale: #313131. Windows color (decimal): -11070863 or 7410263. OLE color: 7410263.

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

Color convert

RGB 87 18 113 -
CMYK 0.23 0.84 0 0.56
HSL 283.58º 0.73% 0.26% -
HSV(B) 283.58º 0.84% 0.44% -
XYZ 7.13 3.65 15.95 -
YUV 49.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 87 18 113 0.23 0.84 0 0.56 283.58 0.73 0.26
Hex 57 12 71 17 54 0 38 11C 49 1A
Octal 127 22 161 27 124 0 70 434 111 32
Binary 1010111 10010 1110001 10111 1010100 0 111000 100011100 1001001 11010

Color Harmonies of #571271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571271

Black with #571271

Text Example


Text Example

White with #571271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571271; }

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

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

background-color css

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

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

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

border-color css

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

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

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