Html Css Color HEX #560B71 Indigo

📋 copy color: '#560B71'

red 86 ◦ green 11 ◦ blue 113

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

Shades of Indigo #560B71

Tints of Indigo #560B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.24%

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

R = 40.95%
G = 5.24%
B = 53.81%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560B71 (or 0x560B71) is known color: Indigo. HEX triplet: 56, 0B and 71. RGB value is (86,11,113). Sum of RGB (Red+Green+Blue) = 86+11+113=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #560B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B71 is #A9F48E. Grayscale: #2C2C2C. Windows color (decimal): -11138191 or 7408470. OLE color: 7408470.

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

Color convert

RGB 86 11 113 -
CMYK 0.24 0.90 0 0.56
HSL 284.12º 0.82% 0.24% -
HSV(B) 284.12º 0.9% 0.44% -
XYZ 6.94 3.41 15.92 -
YUV 45.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 86 11 113 0.24 0.90 0 0.56 284.12 0.82 0.24
Hex 56 B 71 18 5A 0 38 11C 52 18
Octal 126 13 161 30 132 0 70 434 122 30
Binary 1010110 1011 1110001 11000 1011010 0 111000 100011100 1010010 11000

Color Harmonies of #560B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B71

Black with #560B71

Text Example


Text Example

White with #560B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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