Html Css Color HEX #560080 Indigo

📋 copy color: '#560080'

red 86 ◦ green 0 ◦ blue 128

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

Shades of Indigo #560080

Tints of Indigo #560080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.19%
G = 0%
B = 59.81%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#560080 (or 0x560080) is known color: Indigo. HEX triplet: 56, 00 and 80. RGB value is (86,0,128). Sum of RGB (Red+Green+Blue) = 86+0+128=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #560080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560080 is #A9FF7F. Grayscale: #272727. Windows color (decimal): -11140992 or 8388694. OLE color: 8388694.

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

Color convert

RGB 86 0 128 -
CMYK 0.33 1 0 0.50
HSL 280.31º 1% 0.25% -
HSV(B) 280.31º 1% 0.5% -
XYZ 7.73 3.54 20.7 -
YUV 40.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 86 0 128 0.33 1 0 0.50 280.31 1 0.25
Hex 56 0 80 21 64 0 32 118 64 19
Octal 126 0 200 41 144 0 62 430 144 31
Binary 1010110 0 10000000 100001 1100100 0 110010 100011000 1100100 11001

Color Harmonies of #560080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560080

Black with #560080

Text Example


Text Example

White with #560080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560080; }

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

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

background-color css

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

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

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

border-color css

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

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

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