Html Css Color HEX #560788 Indigo

📋 copy color: '#560788'

red 86 ◦ green 7 ◦ blue 136

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

Shades of Indigo #560788

Tints of Indigo #560788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 37.55%
G = 3.06%
B = 59.39%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560788 (or 0x560788) is known color: Indigo. HEX triplet: 56, 07 and 88. RGB value is (86,7,136). Sum of RGB (Red+Green+Blue) = 86+7+136=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #560788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560788 is #A9F877. Grayscale: #2C2C2C. Windows color (decimal): -11139192 or 8914774. OLE color: 8914774.

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

Color convert

RGB 86 7 136 -
CMYK 0.37 0.95 0 0.47
HSL 276.74º 0.9% 0.28% -
HSV(B) 276.74º 0.95% 0.53% -
XYZ 8.36 3.91 23.61 -
YUV 45.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 86 7 136 0.37 0.95 0 0.47 276.74 0.9 0.28
Hex 56 7 88 25 5F 0 2F 115 5A 1C
Octal 126 7 210 45 137 0 57 425 132 34
Binary 1010110 111 10001000 100101 1011111 0 101111 100010101 1011010 11100

Color Harmonies of #560788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560788

Black with #560788

Text Example


Text Example

White with #560788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560788; }

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

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

background-color css

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

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

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

border-color css

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

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

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