Html Css Color HEX #561170 Indigo

📋 copy color: '#561170'

red 86 ◦ green 17 ◦ blue 112

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

Shades of Indigo #561170

Tints of Indigo #561170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

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

R = 40%
G = 7.91%
B = 52.09%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#561170 (or 0x561170) is known color: Indigo. HEX triplet: 56, 11 and 70. RGB value is (86,17,112). Sum of RGB (Red+Green+Blue) = 86+17+112=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #561170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561170 is #A9EE8F. Grayscale: #303030. Windows color (decimal): -11136656 or 7344470. OLE color: 7344470.

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

Color convert

RGB 86 17 112 -
CMYK 0.23 0.85 0 0.56
HSL 283.58º 0.74% 0.25% -
HSV(B) 283.58º 0.85% 0.44% -
XYZ 6.96 3.55 15.65 -
YUV 48.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 86 17 112 0.23 0.85 0 0.56 283.58 0.74 0.25
Hex 56 11 70 17 55 0 38 11C 4A 19
Octal 126 21 160 27 125 0 70 434 112 31
Binary 1010110 10001 1110000 10111 1010101 0 111000 100011100 1001010 11001

Color Harmonies of #561170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561170

Black with #561170

Text Example


Text Example

White with #561170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561170; }

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

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

background-color css

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

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

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

border-color css

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

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

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