Html Css Color HEX #560987 Indigo

📋 copy color: '#560987'

red 86 ◦ green 9 ◦ blue 135

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

Shades of Indigo #560987

Tints of Indigo #560987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.7%

R = 37.39%
G = 3.91%
B = 58.7%

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

#560987 (or 0x560987) is known color: Indigo. HEX triplet: 56, 09 and 87. RGB value is (86,9,135). Sum of RGB (Red+Green+Blue) = 86+9+135=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #560987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560987 is #A9F678. Grayscale: #2D2D2D. Windows color (decimal): -11138681 or 8849750. OLE color: 8849750.

HSL color Cylindrical-coordinate representation of color #560987: hue angle of 276.67º degrees, saturation: 0.88, 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 #560987 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 9 135 -
CMYK 0.36 0.93 0 0.47
HSL 276.67º 0.88% 0.28% -
HSV(B) 276.67º 0.93% 0.53% -
XYZ 8.31 3.92 23.24 -
YUV 46.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 86 9 135 0.36 0.93 0 0.47 276.67 0.88 0.28
Hex 56 9 87 24 5D 0 2F 115 58 1C
Octal 126 11 207 44 135 0 57 425 130 34
Binary 1010110 1001 10000111 100100 1011101 0 101111 100010101 1011000 11100

Color Harmonies of #560987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560987

Black with #560987

Text Example


Text Example

White with #560987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560987; }

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

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

background-color css

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

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

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

border-color css

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

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

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