Html Css Color HEX #560773 Indigo

📋 copy color: '#560773'

red 86 ◦ green 7 ◦ blue 115

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

Shades of Indigo #560773

Tints of Indigo #560773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 41.35%
G = 3.37%
B = 55.29%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560773 (or 0x560773) is known color: Indigo. HEX triplet: 56, 07 and 73. RGB value is (86,7,115). Sum of RGB (Red+Green+Blue) = 86+7+115=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #560773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560773 is #A9F88C. Grayscale: #2A2A2A. Windows color (decimal): -11139213 or 7538518. OLE color: 7538518.

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

Color convert

RGB 86 7 115 -
CMYK 0.25 0.94 0 0.55
HSL 283.89º 0.89% 0.24% -
HSV(B) 283.89º 0.94% 0.45% -
XYZ 7.01 3.37 16.5 -
YUV 42.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 86 7 115 0.25 0.94 0 0.55 283.89 0.89 0.24
Hex 56 7 73 19 5E 0 37 11C 59 18
Octal 126 7 163 31 136 0 67 434 131 30
Binary 1010110 111 1110011 11001 1011110 0 110111 100011100 1011001 11000

Color Harmonies of #560773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560773

Black with #560773

Text Example


Text Example

White with #560773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560773; }

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

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

background-color css

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

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

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

border-color css

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

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

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