Html Css Color HEX #560089 Indigo

📋 copy color: '#560089'

red 86 ◦ green 0 ◦ blue 137

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

Shades of Indigo #560089

Tints of Indigo #560089

RGB

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

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

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

R = 38.57%
G = 0%
B = 61.43%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#560089 (or 0x560089) is known color: Indigo. HEX triplet: 56, 00 and 89. RGB value is (86,0,137). Sum of RGB (Red+Green+Blue) = 86+0+137=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #560089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560089 is #A9FF76. Grayscale: #282828. Windows color (decimal): -11140983 or 8978518. OLE color: 8978518.

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

Color convert

RGB 86 0 137 -
CMYK 0.37 1 0 0.46
HSL 277.66º 1% 0.27% -
HSV(B) 277.66º 1% 0.54% -
XYZ 8.35 3.78 23.96 -
YUV 41.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 86 0 137 0.37 1 0 0.46 277.66 1 0.27
Hex 56 0 89 25 64 0 2E 116 64 1B
Octal 126 0 211 45 144 0 56 426 144 33
Binary 1010110 0 10001001 100101 1100100 0 101110 100010110 1100100 11011

Color Harmonies of #560089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560089

Black with #560089

Text Example


Text Example

White with #560089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560089; }

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

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

background-color css

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

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

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

border-color css

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

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

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