Html Css Color HEX #560970 Indigo

📋 copy color: '#560970'

red 86 ◦ green 9 ◦ blue 112

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

Shades of Indigo #560970

Tints of Indigo #560970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 41.55%
G = 4.35%
B = 54.11%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560970 (or 0x560970) is known color: Indigo. HEX triplet: 56, 09 and 70. RGB value is (86,9,112). Sum of RGB (Red+Green+Blue) = 86+9+112=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #560970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560970 is #A9F68F. Grayscale: #2B2B2B. Windows color (decimal): -11138704 or 7342422. OLE color: 7342422.

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

Color convert

RGB 86 9 112 -
CMYK 0.23 0.92 0 0.56
HSL 284.85º 0.85% 0.24% -
HSV(B) 284.85º 0.92% 0.44% -
XYZ 6.86 3.34 15.61 -
YUV 43.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 86 9 112 0.23 0.92 0 0.56 284.85 0.85 0.24
Hex 56 9 70 17 5C 0 38 11D 55 18
Octal 126 11 160 27 134 0 70 435 125 30
Binary 1010110 1001 1110000 10111 1011100 0 111000 100011101 1010101 11000

Color Harmonies of #560970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560970

Black with #560970

Text Example


Text Example

White with #560970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560970; }

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

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

background-color css

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

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

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

border-color css

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

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

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