Html Css Color HEX #560973 Indigo

📋 copy color: '#560973'

red 86 ◦ green 9 ◦ blue 115

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

Shades of Indigo #560973

Tints of Indigo #560973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 40.95%
G = 4.29%
B = 54.76%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560973 (or 0x560973) is known color: Indigo. HEX triplet: 56, 09 and 73. RGB value is (86,9,115). Sum of RGB (Red+Green+Blue) = 86+9+115=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #560973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560973 is #A9F68C. Grayscale: #2B2B2B. Windows color (decimal): -11138701 or 7539030. OLE color: 7539030.

HSL color Cylindrical-coordinate representation of color #560973: hue angle of 283.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560973 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 9 115 -
CMYK 0.25 0.92 0 0.55
HSL 283.58º 0.85% 0.24% -
HSV(B) 283.58º 0.92% 0.45% -
XYZ 7.03 3.41 16.51 -
YUV 44.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 86 9 115 0.25 0.92 0 0.55 283.58 0.85 0.24
Hex 56 9 73 19 5C 0 37 11C 55 18
Octal 126 11 163 31 134 0 67 434 125 30
Binary 1010110 1001 1110011 11001 1011100 0 110111 100011100 1010101 11000

Color Harmonies of #560973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560973

Black with #560973

Text Example


Text Example

White with #560973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560973; }

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

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

background-color css

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

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

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

border-color css

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

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

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