Html Css Color HEX #560986 Indigo

📋 copy color: '#560986'

red 86 ◦ green 9 ◦ blue 134

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

Shades of Indigo #560986

Tints of Indigo #560986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 134 (52.73% from 255) = 58.52%

R = 37.55%
G = 3.93%
B = 58.52%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#560986 (or 0x560986) is known color: Indigo. HEX triplet: 56, 09 and 86. RGB value is (86,9,134). Sum of RGB (Red+Green+Blue) = 86+9+134=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #560986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560986 is #A9F679. Grayscale: #2D2D2D. Windows color (decimal): -11138682 or 8784214. OLE color: 8784214.

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

Color convert

RGB 86 9 134 -
CMYK 0.36 0.93 0 0.47
HSL 276.96º 0.87% 0.28% -
HSV(B) 276.96º 0.93% 0.53% -
XYZ 8.24 3.9 22.87 -
YUV 46.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 86 9 134 0.36 0.93 0 0.47 276.96 0.87 0.28
Hex 56 9 86 24 5D 0 2F 115 57 1C
Octal 126 11 206 44 135 0 57 425 127 34
Binary 1010110 1001 10000110 100100 1011101 0 101111 100010101 1010111 11100

Color Harmonies of #560986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560986

Black with #560986

Text Example


Text Example

White with #560986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560986; }

 p { color: rgb(86,9,134); }

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

background-color css

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

 a { background-color: rgb(86,9,134); }

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

border-color css

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

 span { border-color: rgb(86,9,134); }

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