Html Css Color HEX #560071 Indigo

📋 copy color: '#560071'

red 86 ◦ green 0 ◦ blue 113

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

Shades of Indigo #560071

Tints of Indigo #560071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.22%
G = 0%
B = 56.78%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560071 (or 0x560071) is known color: Indigo. HEX triplet: 56, 00 and 71. RGB value is (86,0,113). Sum of RGB (Red+Green+Blue) = 86+0+113=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #560071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560071 is #A9FF8E. Grayscale: #262626. Windows color (decimal): -11141007 or 7405654. OLE color: 7405654.

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

Color convert

RGB 86 0 113 -
CMYK 0.24 1 0 0.56
HSL 285.66º 1% 0.22% -
HSV(B) 285.66º 1% 0.44% -
XYZ 6.82 3.17 15.88 -
YUV 38.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 86 0 113 0.24 1 0 0.56 285.66 1 0.22
Hex 56 0 71 18 64 0 38 11E 64 16
Octal 126 0 161 30 144 0 70 436 144 26
Binary 1010110 0 1110001 11000 1100100 0 111000 100011110 1100100 10110

Color Harmonies of #560071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560071

Black with #560071

Text Example


Text Example

White with #560071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560071; }

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

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

background-color css

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

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

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

border-color css

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

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

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