Html Css Color HEX #560571 Indigo

📋 copy color: '#560571'

red 86 ◦ green 5 ◦ blue 113

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

Shades of Indigo #560571

Tints of Indigo #560571

RGB

 RED value IS 86 (33.98% from 255) = 42.16%

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 42.16%
G = 2.45%
B = 55.39%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560571 (or 0x560571) is known color: Indigo. HEX triplet: 56, 05 and 71. RGB value is (86,5,113). Sum of RGB (Red+Green+Blue) = 86+5+113=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #560571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560571 is #A9FA8E. Grayscale: #292929. Windows color (decimal): -11139727 or 7406934. OLE color: 7406934.

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

Color convert

RGB 86 5 113 -
CMYK 0.24 0.96 0 0.56
HSL 285º 0.92% 0.23% -
HSV(B) 285º 0.96% 0.44% -
XYZ 6.87 3.28 15.89 -
YUV 41.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 86 5 113 0.24 0.96 0 0.56 285 0.92 0.23
Hex 56 5 71 18 60 0 38 11D 5C 17
Octal 126 5 161 30 140 0 70 435 134 27
Binary 1010110 101 1110001 11000 1100000 0 111000 100011101 1011100 10111

Color Harmonies of #560571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560571

Black with #560571

Text Example


Text Example

White with #560571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560571; }

 p { color: rgb(86,5,113); }

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

background-color css

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

 a { background-color: rgb(86,5,113); }

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

border-color css

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

 span { border-color: rgb(86,5,113); }

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