Html Css Color HEX #560776 Indigo

📋 copy color: '#560776'

red 86 ◦ green 7 ◦ blue 118

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

Shades of Indigo #560776

Tints of Indigo #560776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 40.76%
G = 3.32%
B = 55.92%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#560776 (or 0x560776) is known color: Indigo. HEX triplet: 56, 07 and 76. RGB value is (86,7,118). Sum of RGB (Red+Green+Blue) = 86+7+118=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #560776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560776 is #A9F889. Grayscale: #2A2A2A. Windows color (decimal): -11139210 or 7735126. OLE color: 7735126.

HSL color Cylindrical-coordinate representation of color #560776: hue angle of 282.7º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560776 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 7 118 -
CMYK 0.27 0.94 0 0.54
HSL 282.7º 0.89% 0.25% -
HSV(B) 282.7º 0.94% 0.46% -
XYZ 7.18 3.44 17.42 -
YUV 43.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 86 7 118 0.27 0.94 0 0.54 282.7 0.89 0.25
Hex 56 7 76 1B 5E 0 36 11B 59 19
Octal 126 7 166 33 136 0 66 433 131 31
Binary 1010110 111 1110110 11011 1011110 0 110110 100011011 1011001 11001

Color Harmonies of #560776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560776

Black with #560776

Text Example


Text Example

White with #560776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560776; }

 p { color: rgb(86,7,118); }

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

background-color css

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

 a { background-color: rgb(86,7,118); }

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

border-color css

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

 span { border-color: rgb(86,7,118); }

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