Html Css Color HEX #560C71 Indigo

📋 copy color: '#560C71'

red 86 ◦ green 12 ◦ blue 113

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

Shades of Indigo #560C71

Tints of Indigo #560C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.69%

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

R = 40.76%
G = 5.69%
B = 53.55%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560C71 (or 0x560C71) is known color: Indigo. HEX triplet: 56, 0C and 71. RGB value is (86,12,113). Sum of RGB (Red+Green+Blue) = 86+12+113=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #560C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C71 is #A9F38E. Grayscale: #2D2D2D. Windows color (decimal): -11137935 or 7408726. OLE color: 7408726.

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

Color convert

RGB 86 12 113 -
CMYK 0.24 0.89 0 0.56
HSL 283.96º 0.81% 0.25% -
HSV(B) 283.96º 0.89% 0.44% -
XYZ 6.95 3.43 15.92 -
YUV 45.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 86 12 113 0.24 0.89 0 0.56 283.96 0.81 0.25
Hex 56 C 71 18 59 0 38 11C 51 19
Octal 126 14 161 30 131 0 70 434 121 31
Binary 1010110 1100 1110001 11000 1011001 0 111000 100011100 1010001 11001

Color Harmonies of #560C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C71

Black with #560C71

Text Example


Text Example

White with #560C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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