Html Css Color HEX #560977 Indigo

📋 copy color: '#560977'

red 86 ◦ green 9 ◦ blue 119

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

Shades of Indigo #560977

Tints of Indigo #560977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

 BLUE value IS 119 (46.88% from 255) = 55.61%

R = 40.19%
G = 4.21%
B = 55.61%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#560977 (or 0x560977) is known color: Indigo. HEX triplet: 56, 09 and 77. RGB value is (86,9,119). Sum of RGB (Red+Green+Blue) = 86+9+119=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #560977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560977 is #A9F688. Grayscale: #2C2C2C. Windows color (decimal): -11138697 or 7801174. OLE color: 7801174.

HSL color Cylindrical-coordinate representation of color #560977: hue angle of 282º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560977 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 9 119 -
CMYK 0.28 0.92 0 0.53
HSL 282º 0.86% 0.25% -
HSV(B) 282º 0.92% 0.47% -
XYZ 7.27 3.51 17.75 -
YUV 44.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 86 9 119 0.28 0.92 0 0.53 282 0.86 0.25
Hex 56 9 77 1C 5C 0 35 11A 56 19
Octal 126 11 167 34 134 0 65 432 126 31
Binary 1010110 1001 1110111 11100 1011100 0 110101 100011010 1010110 11001

Color Harmonies of #560977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560977

Black with #560977

Text Example


Text Example

White with #560977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560977; }

 p { color: rgb(86,9,119); }

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

background-color css

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

 a { background-color: rgb(86,9,119); }

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

border-color css

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

 span { border-color: rgb(86,9,119); }

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