Html Css Color HEX #560680 Indigo

📋 copy color: '#560680'

red 86 ◦ green 6 ◦ blue 128

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

Shades of Indigo #560680

Tints of Indigo #560680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 39.09%
G = 2.73%
B = 58.18%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#560680 (or 0x560680) is known color: Indigo. HEX triplet: 56, 06 and 80. RGB value is (86,6,128). Sum of RGB (Red+Green+Blue) = 86+6+128=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #560680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560680 is #A9F97F. Grayscale: #2B2B2B. Windows color (decimal): -11139456 or 8390230. OLE color: 8390230.

HSL color Cylindrical-coordinate representation of color #560680: hue angle of 279.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560680 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 6 128 -
CMYK 0.33 0.95 0 0.50
HSL 279.34º 0.91% 0.26% -
HSV(B) 279.34º 0.95% 0.5% -
XYZ 7.8 3.67 20.72 -
YUV 43.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 86 6 128 0.33 0.95 0 0.50 279.34 0.91 0.26
Hex 56 6 80 21 5F 0 32 117 5B 1A
Octal 126 6 200 41 137 0 62 427 133 32
Binary 1010110 110 10000000 100001 1011111 0 110010 100010111 1011011 11010

Color Harmonies of #560680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560680

Black with #560680

Text Example


Text Example

White with #560680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560680; }

 p { color: rgb(86,6,128); }

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

background-color css

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

 a { background-color: rgb(86,6,128); }

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

border-color css

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

 span { border-color: rgb(86,6,128); }

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