Html Css Color HEX #560F71 Indigo

📋 copy color: '#560F71'

red 86 ◦ green 15 ◦ blue 113

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

Shades of Indigo #560F71

Tints of Indigo #560F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 40.19%
G = 7.01%
B = 52.8%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560F71 (or 0x560F71) is known color: Indigo. HEX triplet: 56, 0F and 71. RGB value is (86,15,113). Sum of RGB (Red+Green+Blue) = 86+15+113=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #560F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F71 is #A9F08E. Grayscale: #2F2F2F. Windows color (decimal): -11137167 or 7409494. OLE color: 7409494.

HSL color Cylindrical-coordinate representation of color #560F71: hue angle of 283.47º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560F71 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 15 113 -
CMYK 0.24 0.87 0 0.56
HSL 283.47º 0.77% 0.25% -
HSV(B) 283.47º 0.87% 0.44% -
XYZ 6.99 3.51 15.93 -
YUV 47.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 86 15 113 0.24 0.87 0 0.56 283.47 0.77 0.25
Hex 56 F 71 18 57 0 38 11B 4D 19
Octal 126 17 161 30 127 0 70 433 115 31
Binary 1010110 1111 1110001 11000 1010111 0 111000 100011011 1001101 11001

Color Harmonies of #560F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F71

Black with #560F71

Text Example


Text Example

White with #560F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F71; }

 p { color: rgb(86,15,113); }

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

background-color css

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

 a { background-color: rgb(86,15,113); }

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

border-color css

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

 span { border-color: rgb(86,15,113); }

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