Html Css Color HEX #560070 Indigo

📋 copy color: '#560070'

red 86 ◦ green 0 ◦ blue 112

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

Shades of Indigo #560070

Tints of Indigo #560070

RGB

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

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

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

R = 43.43%
G = 0%
B = 56.57%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560070 (or 0x560070) is known color: Indigo. HEX triplet: 56, 00 and 70. RGB value is (86,0,112). Sum of RGB (Red+Green+Blue) = 86+0+112=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #560070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560070 is #A9FF8F. Grayscale: #262626. Windows color (decimal): -11141008 or 7340118. OLE color: 7340118.

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

Color convert

RGB 86 0 112 -
CMYK 0.23 1 0 0.56
HSL 286.07º 1% 0.22% -
HSV(B) 286.07º 1% 0.44% -
XYZ 6.76 3.15 15.58 -
YUV 38.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 86 0 112 0.23 1 0 0.56 286.07 1 0.22
Hex 56 0 70 17 64 0 38 11E 64 16
Octal 126 0 160 27 144 0 70 436 144 26
Binary 1010110 0 1110000 10111 1100100 0 111000 100011110 1100100 10110

Color Harmonies of #560070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560070

Black with #560070

Text Example


Text Example

White with #560070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560070; }

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

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

background-color css

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

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

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

border-color css

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

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

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