Html Css Color HEX #560889 Indigo

📋 copy color: '#560889'

red 86 ◦ green 8 ◦ blue 137

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

Shades of Indigo #560889

Tints of Indigo #560889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 37.23%
G = 3.46%
B = 59.31%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#560889 (or 0x560889) is known color: Indigo. HEX triplet: 56, 08 and 89. RGB value is (86,8,137). Sum of RGB (Red+Green+Blue) = 86+8+137=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #560889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560889 is #A9F776. Grayscale: #2D2D2D. Windows color (decimal): -11138935 or 8980566. OLE color: 8980566.

HSL color Cylindrical-coordinate representation of color #560889: hue angle of 276.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560889 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 8 137 -
CMYK 0.37 0.94 0 0.46
HSL 276.28º 0.89% 0.28% -
HSV(B) 276.28º 0.94% 0.54% -
XYZ 8.44 3.96 23.99 -
YUV 46.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 86 8 137 0.37 0.94 0 0.46 276.28 0.89 0.28
Hex 56 8 89 25 5E 0 2E 114 59 1C
Octal 126 10 211 45 136 0 56 424 131 34
Binary 1010110 1000 10001001 100101 1011110 0 101110 100010100 1011001 11100

Color Harmonies of #560889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560889

Black with #560889

Text Example


Text Example

White with #560889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560889; }

 p { color: rgb(86,8,137); }

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

background-color css

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

 a { background-color: rgb(86,8,137); }

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

border-color css

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

 span { border-color: rgb(86,8,137); }

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